Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2856)

Unified Diff: base/trace_event/heap_profiler_heap_dump_writer_unittest.cc

Issue 1466413002: Update gtest to 786564fa4a3c, switch to googlemock in gtest Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/trace_event/heap_profiler_heap_dump_writer_unittest.cc
diff --git a/base/trace_event/heap_profiler_heap_dump_writer_unittest.cc b/base/trace_event/heap_profiler_heap_dump_writer_unittest.cc
index 2edf86362b8cf05379e9d8eca573fd8ca365fa01..8c501bdb3811dad6a852dd716880b496b24f3b2c 100644
--- a/base/trace_event/heap_profiler_heap_dump_writer_unittest.cc
+++ b/base/trace_event/heap_profiler_heap_dump_writer_unittest.cc
@@ -13,7 +13,7 @@
#include "base/trace_event/heap_profiler_stack_frame_deduplicator.h"
#include "base/trace_event/trace_event_argument.h"
#include "base/values.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "testing/gtest/googletest/include/gtest/gtest.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698