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

Unified Diff: Source/core/svg/DocumentResource.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/svg/DocumentResource.h ('k') | Source/core/svg/DocumentResourceReference.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/DocumentResource.cpp
diff --git a/Source/core/fetch/DocumentResource.cpp b/Source/core/svg/DocumentResource.cpp
similarity index 98%
rename from Source/core/fetch/DocumentResource.cpp
rename to Source/core/svg/DocumentResource.cpp
index a73798c934be6da2060c2edf8f10d4b771d23f60..4b13e69e12d91760b3ad0b06c08594c352cf8c16 100644
--- a/Source/core/fetch/DocumentResource.cpp
+++ b/Source/core/svg/DocumentResource.cpp
@@ -21,8 +21,7 @@
*/
#include "config.h"
-
-#include "core/fetch/DocumentResource.h"
+#include "core/svg/DocumentResource.h"
#include "core/dom/XMLDocument.h"
#include "core/fetch/FetchRequest.h"
« no previous file with comments | « Source/core/svg/DocumentResource.h ('k') | Source/core/svg/DocumentResourceReference.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698