Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
index 3098477af7e33b2ca12212c9bc8cc05440641706..17244c1705d417d93a89bcec6e01fdc95911ff5f 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
@@ -33,11 +33,6 @@ |
#include "bindings/core/v8/ScriptController.h" |
#include "bindings/core/v8/V8DOMActivityLogger.h" |
#include "core/dom/Document.h" |
-#include "core/fetch/ClientHintsPreferences.h" |
-#include "core/fetch/FetchInitiatorTypeNames.h" |
-#include "core/fetch/Resource.h" |
-#include "core/fetch/ResourceLoadingLog.h" |
-#include "core/fetch/UniqueIdentifier.h" |
#include "core/frame/FrameConsole.h" |
#include "core/frame/FrameHost.h" |
#include "core/frame/FrameView.h" |
@@ -69,6 +64,11 @@ |
#include "core/timing/Performance.h" |
#include "platform/WebFrameScheduler.h" |
#include "platform/instrumentation/tracing/TracedValue.h" |
+#include "platform/loader/fetch/ClientHintsPreferences.h" |
+#include "platform/loader/fetch/FetchInitiatorTypeNames.h" |
+#include "platform/loader/fetch/Resource.h" |
+#include "platform/loader/fetch/ResourceLoadingLog.h" |
+#include "platform/loader/fetch/UniqueIdentifier.h" |
#include "platform/mhtml/MHTMLArchive.h" |
#include "platform/network/NetworkUtils.h" |
#include "platform/network/ResourceLoadPriority.h" |