| 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 71c85062625f5da255f859402819628a20386648..8ea875a438884e2e75a1886322f7173ad7867b5f 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/events/MessageEvent.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| +#include "core/probe/CoreProbes.h"
|
| #include "core/workers/InProcessWorkerMessagingProxy.h"
|
| #include "core/workers/WorkerScriptLoader.h"
|
| #include "platform/loader/fetch/ResourceFetcher.h"
|
|
|