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

Unified Diff: Source/core/svg/DocumentResourceReference.h

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.cpp ('k') | Source/core/svg/SVGFEImageElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/DocumentResourceReference.h
diff --git a/Source/core/fetch/DocumentResourceReference.h b/Source/core/svg/DocumentResourceReference.h
similarity index 97%
rename from Source/core/fetch/DocumentResourceReference.h
rename to Source/core/svg/DocumentResourceReference.h
index d67cb55bed5e333e65b79adcff9eb1574752bf94..adf8417254d605775a32909049824f23e20f6d96 100644
--- a/Source/core/fetch/DocumentResourceReference.h
+++ b/Source/core/svg/DocumentResourceReference.h
@@ -26,8 +26,8 @@
#ifndef DocumentResourceReference_h
#define DocumentResourceReference_h
-#include "core/fetch/DocumentResource.h"
#include "core/fetch/ResourcePtr.h"
+#include "core/svg/DocumentResource.h"
namespace blink {
« no previous file with comments | « Source/core/svg/DocumentResource.cpp ('k') | Source/core/svg/SVGFEImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698