Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
index 6726bb88fc5495779932c70d85a6eccc023439c9..2718c894a1f63bc860e911a7a62d14fdb93d2127 100644 |
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp |
@@ -54,6 +54,8 @@ |
#include "platform/network/ContentSecurityPolicyParsers.h" |
#include "platform/weborigin/KURL.h" |
#include "platform/weborigin/SecurityOrigin.h" |
+#include "platform/wtf/Functional.h" |
+#include "platform/wtf/PtrUtil.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebMessagePortChannel.h" |
#include "public/platform/WebString.h" |
@@ -70,8 +72,6 @@ |
#include "web/WebDataSourceImpl.h" |
#include "web/WebLocalFrameImpl.h" |
#include "web/WorkerContentSettingsClient.h" |
-#include "wtf/Functional.h" |
-#include "wtf/PtrUtil.h" |
namespace blink { |