| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| index 9728280f1380231e3cbb12fb9b9551c40beffa4b..d2cd4f64b04fce4e368999a7f0bee3a4835662af 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef DedicatedWorkerGlobalScope_h
|
| #define DedicatedWorkerGlobalScope_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/dom/MessagePort.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "platform/heap/Visitor.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|