Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
index 626956c7ecc84603cab1db5d46b7f5b7bff3f99a..a9d5347fa6be95b24f2e6c99e5fbac525a575c9c 100644 |
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
@@ -56,6 +56,8 @@ |
#include "platform/network/ContentSecurityPolicyResponseHeaders.h" |
#include "platform/network/NetworkUtils.h" |
#include "platform/weborigin/SecurityOrigin.h" |
+#include "platform/wtf/Functional.h" |
+#include "platform/wtf/PtrUtil.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebURLRequest.h" |
#include "public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h" |
@@ -72,8 +74,6 @@ |
#include "web/WebDataSourceImpl.h" |
#include "web/WebLocalFrameImpl.h" |
#include "web/WorkerContentSettingsClient.h" |
-#include "wtf/Functional.h" |
-#include "wtf/PtrUtil.h" |
namespace blink { |