Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(688)

Unified Diff: Source/core/testing/Internals.cpp

Issue 14190004: Absolutify paths to loader/*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hmm Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/graphics/SVGImageCache.cpp ('k') | Source/core/workers/Worker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « Source/core/svg/graphics/SVGImageCache.cpp ('k') | Source/core/workers/Worker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698