| 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
|
|
|