aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2017-02-11 12:44:48 -0500
committerMike Frysinger <vapier@chromium.org>2017-02-11 18:03:31 +0000
commit12f8ca485582f8eba10a9126c99003a42db97db8 (patch)
tree2da369a75931f70fc668d542b54758d4081cf335 /src/common
parentaclocal: regenerate properly (diff)
downloadbreakpad-12f8ca485582f8eba10a9126c99003a42db97db8.tar.xz
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 <mark@chromium.org>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/windows/omap_unittest.cc3
1 files changed, 1 insertions, 2 deletions
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 {