| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index 7af50576de6ef44e30e73664bc66a0bec3484de7..62e04e1a1a19efd5014f7f3415db9f4e8e3490b8 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -31,17 +31,17 @@
|
| #ifndef ServiceWorkerGlobalScopeClient_h
|
| #define ServiceWorkerGlobalScopeClient_h
|
|
|
| +#include <memory>
|
| #include "core/dom/MessagePort.h"
|
| #include "core/workers/WorkerClients.h"
|
| #include "modules/ModulesExport.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| #include "public/platform/WebMessagePortChannel.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"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|