Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(21)

Unified Diff: client/windows/unittests/dump_analysis.cc

Issue 489002: Fixing Windows client unit tests. They were broken in r1034 due to gMock and gTest upgrade. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/
Patch Set: Making all #includes relative to src/. Fixed a comment. Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/windows/unittests/dump_analysis.cc
===================================================================
--- client/windows/unittests/dump_analysis.cc (revision 1072)
+++ client/windows/unittests/dump_analysis.cc (working copy)
@@ -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) {

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted