| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index 22f475feb75010e9c88260a80796d0ce2249c311..4abdcf3a14a0d988b58bf24be9f7ca31f141c76a 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -27,6 +27,7 @@
|
| #ifndef WorkerGlobalScope_h
|
| #define WorkerGlobalScope_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "bindings/core/v8/V8CacheOptions.h"
|
| #include "bindings/core/v8/WorkerOrWorkletScriptController.h"
|
| @@ -42,8 +43,7 @@
|
| #include "core/workers/WorkerSettings.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/loader/fetch/CachedMetadataHandler.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include <memory>
|
| +#include "platform/wtf/ListHashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|