| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 35e1d0a8497233aed51ed4e54aede63ff8dd12ff..92bf90dd91861a0ab32f6126cd8d82a732c44966 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -107,7 +107,6 @@
|
| #include "core/loader/HistoryItem.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/FocusController.h"
|
| -#include "core/page/NetworkStateNotifier.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/PrintContext.h"
|
| #include "core/page/scrolling/ScrollState.h"
|
| @@ -138,6 +137,7 @@
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/loader/fetch/MemoryCache.h"
|
| #include "platform/loader/fetch/ResourceFetcher.h"
|
| +#include "platform/network/NetworkStateNotifier.h"
|
| #include "platform/network/ResourceLoadPriority.h"
|
| #include "platform/scroll/ProgrammaticScrollAnimator.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
|
|