| 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 ce633be0a580827b8aaba06e06079b6feb0a4676..f4c1aedbda219adf3835150714039930425fbb94 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"
|
| @@ -37,9 +38,8 @@
|
| #include "platform/loader/fetch/AccessControlStatus.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/ReferrerPolicy.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|