aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/unittests/dump_analysis.cc
diff options
context:
space:
mode:
authorivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-10-19 18:51:05 +0000
committerivan.penkov@gmail.com <ivan.penkov@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-10-19 18:51:05 +0000
commitdf8e3973f49e9320464f20b62953998736fe9b9e (patch)
tree308dbe8b4ea5f18a62c6195b4a89c70d89ba524a /src/client/windows/unittests/dump_analysis.cc
parentFix some compiler errors in exception_handler_unittest by casting like crazy (diff)
downloadbreakpad-df8e3973f49e9320464f20b62953998736fe9b9e.tar.xz
Fixing Windows client unit tests. They were broken in r1034 due to gMock and
gTest upgrade. While fixing the broken tests I also used the opportunity to add a few more tests that cover filter and callback execution, and nesting of exception handlers. https://breakpad.appspot.com/489002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1073 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/windows/unittests/dump_analysis.cc')
-rw-r--r--src/client/windows/unittests/dump_analysis.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/windows/unittests/dump_analysis.cc b/src/client/windows/unittests/dump_analysis.cc
index b57b03da..6bf85471 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 "dump_analysis.h" // NOLINT
-#include "gtest/gtest.h"
+#include "client/windows/unittests/dump_analysis.h" // NOLINT
+#include "testing/gtest/include/gtest/gtest.h"
DumpAnalysis::~DumpAnalysis() {
if (dump_file_view_ != NULL) {