| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 73d1012c527b786a6b45f22a05cc69789dd3db9f..b0eac25048166a6f8fd985eb8faf036437307aca 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -60,11 +60,11 @@
|
| #include "modules/serviceworkers/WaitUntilObserver.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "public/platform/WebCrossOriginServiceWorkerClient.h"
|
| -#include "public/platform/WebServiceWorkerEventResult.h"
|
| -#include "public/platform/WebServiceWorkerRequest.h"
|
| #include "public/platform/modules/notifications/WebNotificationData.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerRequest.h"
|
| #include "public/web/WebSerializedScriptValue.h"
|
| -#include "public/web/WebServiceWorkerContextClient.h"
|
| +#include "public/web/modules/serviceworker/WebServiceWorkerContextClient.h"
|
| #include "web/WebEmbeddedWorkerImpl.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/Functional.h"
|
|
|