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

Unified Diff: Source/core/loader/ImageLoader.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/loader/ImageLoader.h ('k') | Source/core/loader/LinkLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/ImageLoader.cpp
diff --git a/Source/core/loader/ImageLoader.cpp b/Source/core/loader/ImageLoader.cpp
index 2ca444bf9afdecce3eba1322b98f87dac1a1144e..36f278dfaba1b6f8bfdb8db259248356e160ee27 100644
--- a/Source/core/loader/ImageLoader.cpp
+++ b/Source/core/loader/ImageLoader.cpp
@@ -22,9 +22,6 @@
#include "config.h"
#include "core/loader/ImageLoader.h"
-#include "CachedImage.h"
-#include "CachedResourceLoader.h"
-#include "CachedResourceRequest.h"
#include "Document.h"
#include "Element.h"
#include "Event.h"
@@ -37,6 +34,9 @@
#include "SecurityOrigin.h"
#include "WebCoreMemoryInstrumentation.h"
#include "core/loader/CrossOriginAccessControl.h"
+#include "core/loader/cache/CachedImage.h"
+#include "core/loader/cache/CachedResourceLoader.h"
+#include "core/loader/cache/CachedResourceRequest.h"
#include "core/rendering/RenderImage.h"
#include "core/rendering/RenderVideo.h"
« no previous file with comments | « Source/core/loader/ImageLoader.h ('k') | Source/core/loader/LinkLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698