Chromium Code Reviews| 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 93969b4dfec70f35e8ab7df008e82d5d6c21078b..c638842d46e0f5acf6e9ae72252af2136323e8c3 100644 |
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp |
| @@ -36,7 +36,7 @@ |
| #include "core/dom/SecurityContext.h" |
| #include "core/frame/csp/ContentSecurityPolicy.h" |
| #include "core/inspector/ConsoleMessage.h" |
| -#include "core/inspector/InspectorInstrumentation.h" |
| +#include "core/instrumentation/CoreProbes.h" |
|
pfeldman
2017/03/24 23:03:35
core/probe/CoreProbes.h
|
| #include "core/loader/FrameLoadRequest.h" |
| #include "core/loader/ThreadableLoadingContext.h" |
| #include "core/workers/ParentFrameTaskRunners.h" |