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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h

Issue 2810023003: Rewrite references to "wtf/" to "platform/wtf/" in core/workers. (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/core/workers/WorkerThreadStartupData.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h b/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
index b81b5021246e8ebd22220a7f20ac38929ecf97b9..dcf610e2f261052e13ff3621f91baaf1b2b84544 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
+++ b/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
@@ -31,6 +31,7 @@
#ifndef WorkerThreadStartupData_h
#define WorkerThreadStartupData_h
+#include <memory>
#include "bindings/core/v8/WorkerV8Settings.h"
#include "core/CoreExport.h"
#include "core/frame/csp/ContentSecurityPolicy.h"
@@ -39,11 +40,10 @@
#include "core/workers/WorkerThread.h"
#include "platform/network/ContentSecurityPolicyParsers.h"
#include "platform/weborigin/KURL.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/PtrUtil.h"
#include "public/platform/WebAddressSpace.h"
-#include "wtf/Forward.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/PtrUtil.h"
-#include <memory>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698