| Index: Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 7a5166085e9834875fbd5faa1c42ac7c0689b76d..a2db8bdc398305a58656399c2fd228f094683d0e 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"
|
|
|