From 12f8ca485582f8eba10a9126c99003a42db97db8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 11 Feb 2017 12:44:48 -0500 Subject: windows: update gtest/gmock paths The Windows build has rotted a bit with the gtest/gmock updates. Update all of the paths to fix things up again. Change-Id: Id67ce76abfd331c0543aa4bd1138e9cc13a18c75 Reviewed-on: https://chromium-review.googlesource.com/441584 Reviewed-by: Mark Mentovai --- src/common/windows/omap_unittest.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/windows/omap_unittest.cc b/src/common/windows/omap_unittest.cc index 960a33f4..7fe66bd4 100644 --- a/src/common/windows/omap_unittest.cc +++ b/src/common/windows/omap_unittest.cc @@ -30,8 +30,7 @@ #include "common/windows/omap.h" -#include "gmock/gmock.h" -#include "gtest/gtest.h" +#include "breakpad_googletest_includes.h" namespace google_breakpad { -- cgit v1.2.1