| Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| index 37deb15dea0cbc3d1e8e81d90d8f1a32ff356cbc..c6e64dff110ae55686643307996126b5b8dbe073 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/events/MessageEvent.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/workers/InProcessWorkerMessagingProxy.h"
|
| #include "core/workers/WorkerScriptLoader.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include <memory>
|
|
|
| namespace blink {
|
|
|