| Index: third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
|
| index 59dd851cca9d43f87c88b40c2aa24dcc949cf9f5..2631f572b3c21f2a229d6568e502c48a12a83a9e 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "core/frame/UseCounter.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| +#include "core/instrumentation/CoreProbes.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "modules/fetch/FetchManager.h"
|
| #include "modules/fetch/Request.h"
|
|
|