| 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 31ce3fd19f972f772090d43646b58e4157e31cc8..202e9a8c5e6a7269e9bfb6a589ec722d216726d1 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 {
|
|
|