| 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 575b46aec9124d47906006d775bae435d6b3989d..379d3e4e1ff18131d8a6e710afd4d0ff23e18d0c 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"
|
|
|