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

Unified Diff: third_party/WebKit/Source/platform/instrumentation/tracing/MemoryCacheDumpProvider.h

Issue 2796273003: Rewrite references to "wtf/" to "platform/wtf/" in platform/instrumentation. (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/platform/instrumentation/tracing/MemoryCacheDumpProvider.h
diff --git a/third_party/WebKit/Source/platform/instrumentation/tracing/MemoryCacheDumpProvider.h b/third_party/WebKit/Source/platform/instrumentation/tracing/MemoryCacheDumpProvider.h
index 22b2ee623633c614c8116a5679c97b136ab10c9a..0d199fd76b17da90d3f0a8dc288fecdbf218ca93 100644
--- a/third_party/WebKit/Source/platform/instrumentation/tracing/MemoryCacheDumpProvider.h
+++ b/third_party/WebKit/Source/platform/instrumentation/tracing/MemoryCacheDumpProvider.h
@@ -10,7 +10,7 @@
#include "platform/PlatformExport.h"
#include "platform/heap/Handle.h"
#include "platform/instrumentation/tracing/web_process_memory_dump.h"
-#include "wtf/Allocator.h"
+#include "platform/wtf/Allocator.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698