| Index: Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 12c693b522c4cca4249e46535a9b641b70a5e4bf..7f34a04ebb4fb21b52381efbd2bab8ce93a69559 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/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"
|
|
|