| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index c9fe16ef8255ea585bca32b869be732f8d7c3b0a..dc1370af1bf2b5597563aeb9817dd37a4efa1ad4 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -29,7 +29,6 @@
|
|
|
| #include "AnimationController.h"
|
| #include "BackForwardController.h"
|
| -#include "CachedResourceLoader.h"
|
| #include "Chrome.h"
|
| #include "ChromeClient.h"
|
| #include "ClientRect.h"
|
| @@ -68,7 +67,6 @@
|
| #include "InstrumentingAgents.h"
|
| #include "InternalSettings.h"
|
| #include "MallocStatistics.h"
|
| -#include "MemoryCache.h"
|
| #include "MockPagePopupDriver.h"
|
| #include "NodeRenderingContext.h"
|
| #include "Page.h"
|
| @@ -89,6 +87,8 @@
|
| #include "ViewportArguments.h"
|
| #include "WorkerThread.h"
|
| #include "core/loader/FrameLoader.h"
|
| +#include "core/loader/cache/CachedResourceLoader.h"
|
| +#include "core/loader/cache/MemoryCache.h"
|
| #include "core/platform/Cursor.h"
|
| #include "core/platform/Language.h"
|
| #include "core/platform/SchemeRegistry.h"
|
|
|