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>
This commit is contained in:
Mike Frysinger 2017-02-11 12:44:48 -05:00
parent 333ed18eb0
commit 12f8ca4855
6 changed files with 22 additions and 20 deletions

View file

@ -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
} // namespace tools