| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index e52562216c78bff1be5a749bc4d79f4ba95588f2..a991052de435ca97bd0929c9b421c47c9d40785e 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -35,10 +35,10 @@
|
| #include "core/workers/WorkerClients.h"
|
| #include "modules/ModulesExport.h"
|
| #include "public/platform/WebMessagePortChannel.h"
|
| -#include "public/platform/WebServiceWorkerClientsClaimCallbacks.h"
|
| -#include "public/platform/WebServiceWorkerClientsInfo.h"
|
| -#include "public/platform/WebServiceWorkerEventResult.h"
|
| -#include "public/platform/WebServiceWorkerSkipWaitingCallbacks.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerClientsClaimCallbacks.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerClientsInfo.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
|
|