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

Unified Diff: Source/core/dom/ImageResource.cpp

Issue 1167583003: Move Resource subclasses out of fetch/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/dom/ImageResource.h ('k') | Source/core/dom/ImageResourceClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ImageResource.cpp
diff --git a/Source/core/fetch/ImageResource.cpp b/Source/core/dom/ImageResource.cpp
similarity index 99%
rename from Source/core/fetch/ImageResource.cpp
rename to Source/core/dom/ImageResource.cpp
index 1028f311b68d14f8c1d52603480fa3fd3f349fb1..224f5380eb8390476be188541409f29526545f64 100644
--- a/Source/core/fetch/ImageResource.cpp
+++ b/Source/core/dom/ImageResource.cpp
@@ -22,9 +22,9 @@
*/
#include "config.h"
-#include "core/fetch/ImageResource.h"
+#include "core/dom/ImageResource.h"
-#include "core/fetch/ImageResourceClient.h"
+#include "core/dom/ImageResourceClient.h"
#include "core/fetch/MemoryCache.h"
#include "core/fetch/ResourceClient.h"
#include "core/fetch/ResourceClientWalker.h"
« no previous file with comments | « Source/core/dom/ImageResource.h ('k') | Source/core/dom/ImageResourceClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698