| Index: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.cpp
|
| index 60ba56973aeca9a005314fe164e5769850095d97..b54c1780bbd976214ba123e4cb878cd97feb61f5 100644
|
| --- a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.cpp
|
| @@ -30,6 +30,7 @@
|
|
|
| #include "core/workers/SharedWorkerGlobalScope.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/SourceLocation.h"
|
| #include "core/events/MessageEvent.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| @@ -38,8 +39,7 @@
|
| #include "core/origin_trials/OriginTrialContext.h"
|
| #include "core/workers/SharedWorkerThread.h"
|
| #include "core/workers/WorkerClients.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include <memory>
|
| +#include "platform/wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|