| 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 72067a85e2ac02b91f9b1661a2cb36e078b94cba..5e5f546971396e919d123cdc5962b72e31457211 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/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"
|
|
|