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/tools/windows/dump_syms/dump_syms_unittest.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/tools') 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 #include -#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 -- cgit v1.2.1