| 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..19c114d2769601c7d64721e20727f043ba13689f 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/probe/CoreProbes.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "modules/fetch/FetchManager.h"
|
| #include "modules/fetch/Request.h"
|
|
|