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

Unified Diff: base/trace_event/heap_profiler_type_name_deduplicator_unittest.cc

Issue 2650863003: [tracing] Switch to new heap dump format. (Closed)
Patch Set: Add 'version' field. Created 3 years, 11 months 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_type_name_deduplicator_unittest.cc
diff --git a/base/trace_event/heap_profiler_type_name_deduplicator_unittest.cc b/base/trace_event/heap_profiler_type_name_deduplicator_unittest.cc
index b2e681ab26de025f0060e19ea4a2b16b2469c106..e8dbd5c2d1434f3b32eab0cc99eebd6167001568 100644
--- a/base/trace_event/heap_profiler_type_name_deduplicator_unittest.cc
+++ b/base/trace_event/heap_profiler_type_name_deduplicator_unittest.cc
@@ -10,6 +10,8 @@
#include "base/values.h"
#include "testing/gtest/include/gtest/gtest.h"
+#if 0
+
namespace base {
namespace trace_event {
@@ -94,3 +96,5 @@ TEST(TypeNameDeduplicatorTest, TestExtractFileName) {
} // namespace trace_event
} // namespace base
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698