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

Unified Diff: third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc

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
« no previous file with comments | « third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc
diff --git a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc
index 53a9d665cdb4c808eacef12d54fcd29df7b51068..5844c9197467ef5f7bbafdc24685b517a928e524 100644
--- a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc
+++ b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.cc
@@ -12,8 +12,8 @@
#include "base/trace_event/trace_event_argument.h"
#include "base/trace_event/trace_event_memory_overhead.h"
#include "platform/instrumentation/tracing/web_memory_allocator_dump.h"
+#include "platform/wtf/text/StringUTF8Adaptor.h"
#include "skia/ext/skia_trace_memory_dump_impl.h"
-#include "wtf/text/StringUTF8Adaptor.h"
#include <stddef.h>
« no previous file with comments | « third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698