| Index: third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h b/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
|
| index 4e13de6779e8eaf918e9dc3b652198324cc61506..11a5ab2e47d074a43ec936dc6b37f26bbc003f22 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadStartupData.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef WorkerThreadStartupData_h
|
| #define WorkerThreadStartupData_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/WorkerV8Settings.h"
|
| #include "core/CoreExport.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| @@ -43,7 +44,6 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|