diff options
author | Mike Frysinger <vapier@chromium.org> | 2017-02-11 12:44:48 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@chromium.org> | 2017-02-11 18:03:31 +0000 |
commit | 12f8ca485582f8eba10a9126c99003a42db97db8 (patch) | |
tree | 2da369a75931f70fc668d542b54758d4081cf335 /src/tools | |
parent | aclocal: regenerate properly (diff) | |
download | breakpad-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/tools')
-rw-r--r-- | src/tools/windows/dump_syms/dump_syms_unittest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tools/windows/dump_syms/dump_syms_unittest.cc b/src/tools/windows/dump_syms/dump_syms_unittest.cc index 61f84431..1ae74a65 100644 --- a/src/tools/windows/dump_syms/dump_syms_unittest.cc +++ b/src/tools/windows/dump_syms/dump_syms_unittest.cc @@ -32,8 +32,7 @@ #include <string>
#include <utility>
-#include "gmock/gmock.h"
-#include "gtest/gtest.h"
+#include "breakpad_googletest_includes.h"
namespace tools {
namespace windows {
@@ -201,4 +200,4 @@ TEST_F(DumpSymsRegressionTest, EnsureDumpedSymbolsMatch) { } // namespace dump_syms
} // namespace windows
-} // namespace tools
\ No newline at end of file +} // namespace tools |