| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| index c1d32db3e1c1643fca439db5a47d18c296daf2fb..ecb848254abaefbcc8108b66a56e35530aaa405b 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -30,14 +30,14 @@
|
| #ifndef ServiceWorkerGlobalScope_h
|
| #define ServiceWorkerGlobalScope_h
|
|
|
| +#include <memory>
|
| #include "bindings/modules/v8/RequestOrUSVString.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Forward.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerRegistration.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Forward.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|