| Index: third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| index 17a044f76fc381be8a4c8ad7a1326ec720f6d781..0efa924c65a957d18e79947ba22b66c020dd6e31 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -28,6 +28,7 @@
|
| #ifndef ExecutionContext_h
|
| #define ExecutionContext_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ContextLifecycleNotifier.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| @@ -39,7 +40,6 @@
|
| #include "platform/weborigin/ReferrerPolicy.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|