| 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 faf7bfe8523ea355cc4011d27b98600095f5f033..05975ca49423d095befec68a362456803501a250 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -70,8 +70,6 @@
|
| #include "core/editing/spellcheck/IdleSpellCheckCallback.h"
|
| #include "core/editing/spellcheck/SpellCheckRequester.h"
|
| #include "core/editing/spellcheck/SpellChecker.h"
|
| -#include "core/fetch/MemoryCache.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/EventHandlerRegistry.h"
|
| #include "core/frame/FrameConsole.h"
|
| #include "core/frame/FrameView.h"
|
| @@ -136,6 +134,8 @@
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| +#include "platform/loader/fetch/MemoryCache.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "platform/network/ResourceLoadPriority.h"
|
| #include "platform/scroll/ProgrammaticScrollAnimator.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
|
|