Index: Source/web/WebEmbeddedWorkerImpl.cpp |
diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp |
index 5d088049365b291b567c1124b4cd23846f6a8247..6ebdede90f9ce6d63c709f73af6efb54b65e19be 100644 |
--- a/Source/web/WebEmbeddedWorkerImpl.cpp |
+++ b/Source/web/WebEmbeddedWorkerImpl.cpp |
@@ -52,14 +52,14 @@ |
#include "platform/network/ContentSecurityPolicyParsers.h" |
#include "platform/network/ContentSecurityPolicyResponseHeaders.h" |
#include "public/platform/Platform.h" |
-#include "public/platform/WebServiceWorkerProvider.h" |
#include "public/platform/WebURLRequest.h" |
+#include "public/platform/modules/serviceworker/WebServiceWorkerProvider.h" |
#include "public/web/WebDevToolsAgent.h" |
-#include "public/web/WebServiceWorkerContextClient.h" |
-#include "public/web/WebServiceWorkerNetworkProvider.h" |
#include "public/web/WebSettings.h" |
#include "public/web/WebView.h" |
#include "public/web/WebWorkerContentSettingsClientProxy.h" |
+#include "public/web/modules/serviceworker/WebServiceWorkerContextClient.h" |
+#include "public/web/modules/serviceworker/WebServiceWorkerNetworkProvider.h" |
#include "web/ServiceWorkerGlobalScopeClientImpl.h" |
#include "web/ServiceWorkerGlobalScopeProxy.h" |
#include "web/WebDataSourceImpl.h" |