| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index 44e3be60f517323381bbec38dcd97bda63e00620..93a48bf5bb11bfa1612cc872c095783406156c42 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -31,14 +31,14 @@
|
| #ifndef ServiceWorkerGlobalScopeProxy_h
|
| #define ServiceWorkerGlobalScopeProxy_h
|
|
|
| +#include <memory>
|
| #include "core/workers/WorkerReportingProxy.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/HeapAllocator.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/Forward.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/web/modules/serviceworker/WebServiceWorkerContextProxy.h"
|
| -#include "wtf/Forward.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|