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

Unified Diff: third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.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/web_process_memory_dump.h
diff --git a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
index d1f84749aea498ddb19fd2b72fd34d718269ad77..4fdad973eb29ddbb5b452213e10f48b6739e5ac6 100644
--- a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
+++ b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
@@ -5,17 +5,17 @@
#ifndef WebProcessMemoryDump_h
#define WebProcessMemoryDump_h
+#include <map>
+#include <memory>
+#include <vector>
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/trace_event/heap_profiler_allocation_context.h"
#include "base/trace_event/memory_dump_request_args.h"
#include "platform/PlatformExport.h"
#include "platform/instrumentation/tracing/web_memory_allocator_dump.h"
-#include "wtf/HashMap.h"
-#include "wtf/text/WTFString.h"
-#include <map>
-#include <memory>
-#include <vector>
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/text/WTFString.h"
class SkTraceMemoryDump;

Powered by Google App Engine
This is Rietveld 408576698