| 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 8f557dc01e0b51b2de49a5e0f65957321fb746a1..2cb036318b7c255c8c8480eb33df5547240e924e 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -59,7 +59,6 @@
|
| #include "core/loader/ProgressTracker.h"
|
| #include "core/loader/appcache/ApplicationCacheHost.h"
|
| #include "core/loader/private/FrameClientHintsPreferencesContext.h"
|
| -#include "core/page/NetworkStateNotifier.h"
|
| #include "core/page/Page.h"
|
| #include "core/paint/FirstMeaningfulPaintDetector.h"
|
| #include "core/svg/graphics/SVGImageChromeClient.h"
|
| @@ -73,6 +72,7 @@
|
| #include "platform/loader/fetch/ResourceLoadingLog.h"
|
| #include "platform/loader/fetch/UniqueIdentifier.h"
|
| #include "platform/mhtml/MHTMLArchive.h"
|
| +#include "platform/network/NetworkStateNotifier.h"
|
| #include "platform/network/NetworkUtils.h"
|
| #include "platform/network/ResourceLoadPriority.h"
|
| #include "platform/network/ResourceTimingInfo.h"
|
|
|