| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| index 1b4d6eb2324f29d5f3f4af7e1e5f16dc3a176f0b..72de12eb421c19a29652eaf319d893fec6e0efbe 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp
|
| @@ -35,6 +35,7 @@
|
| #include "core/dom/Document.h"
|
| #include "core/dom/SecurityContext.h"
|
| #include "core/dom/TaskRunnerHelper.h"
|
| +#include "core/exported/WebDataSourceImpl.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "core/loader/FrameLoadRequest.h"
|
| @@ -73,7 +74,6 @@
|
| #include "web/IndexedDBClientImpl.h"
|
| #include "web/ServiceWorkerGlobalScopeClientImpl.h"
|
| #include "web/ServiceWorkerGlobalScopeProxy.h"
|
| -#include "web/WebDataSourceImpl.h"
|
| #include "web/WebLocalFrameImpl.h"
|
|
|
| namespace blink {
|
|
|