| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| index 7c721251923163defc7a63f9933650aa4f574ce2..4082416fc77e0cde2093ea85a53f2ffe82b85583 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
|
| @@ -29,7 +29,6 @@
|
|
|
| #include "platform/Histogram.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "platform/instrumentation/PlatformInstrumentation.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/instrumentation/tracing/TracedValue.h"
|
| #include "platform/loader/fetch/FetchContext.h"
|
| @@ -43,6 +42,7 @@
|
| #include "platform/mhtml/MHTMLArchive.h"
|
| #include "platform/network/NetworkInstrumentation.h"
|
| #include "platform/network/NetworkUtils.h"
|
| +#include "platform/probe/PlatformProbes.h"
|
| #include "platform/weborigin/KnownPorts.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "platform/weborigin/SecurityPolicy.h"
|
|
|