| Index: third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
|
| index 683720b20e795456b97fa877cec9f8ad517db389..bc0a6f1b63f17fd8c202be97cba07254fefc7c8c 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp
|
| @@ -27,6 +27,7 @@
|
|
|
| #include "core/workers/InProcessWorkerMessagingProxy.h"
|
|
|
| +#include <memory>
|
| #include "core/dom/Document.h"
|
| #include "core/dom/SecurityContext.h"
|
| #include "core/events/ErrorEvent.h"
|
| @@ -44,8 +45,7 @@
|
| #include "core/workers/WorkerThreadStartupData.h"
|
| #include "platform/CrossThreadFunctional.h"
|
| #include "platform/WebTaskRunner.h"
|
| -#include "wtf/WTF.h"
|
| -#include <memory>
|
| +#include "platform/wtf/WTF.h"
|
|
|
| namespace blink {
|
|
|
|
|