aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/unittests/dump_analysis.cc
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/client/windows/unittests/dump_analysis.cc
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/client/windows/unittests/dump_analysis.cc')
-rw-r--r--src/client/windows/unittests/dump_analysis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/windows/unittests/dump_analysis.cc b/src/client/windows/unittests/dump_analysis.cc
index 6bf85471..53d4ddbd 100644
--- a/src/client/windows/unittests/dump_analysis.cc
+++ b/src/client/windows/unittests/dump_analysis.cc
@@ -31,8 +31,8 @@
#include <objbase.h>
#include <dbghelp.h>
+#include "breakpad_googletest_includes.h"
#include "client/windows/unittests/dump_analysis.h" // NOLINT
-#include "testing/gtest/include/gtest/gtest.h"
DumpAnalysis::~DumpAnalysis() {
if (dump_file_view_ != NULL) {