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

Unified Diff: third_party/WebKit/Source/platform/heap/ThreadState.cpp

Issue 2795923002: Rewrite references to "wtf/" to "platform/wtf/" in platform/heap. (Closed)
Patch Set: Same as PS1; PS1 lacks some files for some reason. Created 3 years, 9 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/heap/ThreadState.cpp
diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
index 7e4272e495e97a896bdecf9355bebbe5cecce3fb..ba7ddeacca8b1b3851a0cd3172bd5d211539f6ae 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
@@ -30,6 +30,8 @@
#include "platform/heap/ThreadState.h"
+#include <v8.h>
+#include <memory>
#include "base/trace_event/process_memory_dump.h"
#include "platform/Histogram.h"
#include "platform/RuntimeEnabledFeatures.h"
@@ -45,18 +47,16 @@
#include "platform/instrumentation/tracing/TraceEvent.h"
#include "platform/instrumentation/tracing/web_memory_allocator_dump.h"
#include "platform/instrumentation/tracing/web_process_memory_dump.h"
+#include "platform/wtf/CurrentTime.h"
+#include "platform/wtf/DataLog.h"
+#include "platform/wtf/PtrUtil.h"
+#include "platform/wtf/StackUtil.h"
+#include "platform/wtf/ThreadingPrimitives.h"
+#include "platform/wtf/allocator/Partitions.h"
#include "public/platform/Platform.h"
#include "public/platform/WebScheduler.h"
#include "public/platform/WebThread.h"
#include "public/platform/WebTraceLocation.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/DataLog.h"
-#include "wtf/PtrUtil.h"
-#include "wtf/StackUtil.h"
-#include "wtf/ThreadingPrimitives.h"
-#include "wtf/allocator/Partitions.h"
-#include <memory>
-#include <v8.h>
#if OS(WIN)
#include <stddef.h>
« no previous file with comments | « third_party/WebKit/Source/platform/heap/ThreadState.h ('k') | third_party/WebKit/Source/platform/heap/ThreadingTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698