Index: third_party/WebKit/Source/core/loader/PingLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp |
index b17334d2f92fd32e889938edec2b7d6f8302c096..b100fba7767b03898703288d22db4ec6a910a20b 100644 |
--- a/third_party/WebKit/Source/core/loader/PingLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp |
@@ -42,7 +42,6 @@ |
#include "core/html/FormData.h" |
#include "core/inspector/ConsoleMessage.h" |
#include "core/inspector/InspectorInstrumentation.h" |
-#include "core/inspector/InspectorTraceEvents.h" |
#include "core/loader/FrameLoader.h" |
#include "core/loader/FrameLoaderClient.h" |
#include "core/loader/MixedContentChecker.h" |
@@ -50,6 +49,7 @@ |
#include "platform/WebFrameScheduler.h" |
#include "platform/exported/WrappedResourceRequest.h" |
#include "platform/exported/WrappedResourceResponse.h" |
+#include "platform/instrumentation/inspector/PlatformInspectorTraceEvents.h" |
#include "platform/loader/fetch/CrossOriginAccessControl.h" |
#include "platform/loader/fetch/FetchContext.h" |
#include "platform/loader/fetch/FetchInitiatorTypeNames.h" |