| Index: Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 38b8c39e34613a7ae8d776fc7ec37f3711339930..339acd73c125e8361ece0f0fd78414b71f4b9156 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -58,11 +58,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"
|
|
|