| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| index de130946c81de9940042541673214ce96300091d..614b4ab2b0c9e1c06553f3692b4e026e48743ad1 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
|
| @@ -39,8 +39,8 @@
|
| #include "core/frame/DOMTimerCoordinator.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "core/inspector/ConsoleMessageStorage.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/WorkerThreadDebugger.h"
|
| +#include "core/instrumentation/CoreProbes.h"
|
| #include "core/loader/WorkerThreadableLoader.h"
|
| #include "core/workers/WorkerClients.h"
|
| #include "core/workers/WorkerLoaderProxy.h"
|
|
|