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

Unified Diff: Source/core/xml/XSLStyleSheetResource.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/xml/XSLImportRule.cpp ('k') | Source/core/xml/XSLStyleSheetResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XSLStyleSheetResource.h
diff --git a/Source/core/fetch/XSLStyleSheetResource.h b/Source/core/xml/XSLStyleSheetResource.h
similarity index 98%
rename from Source/core/fetch/XSLStyleSheetResource.h
rename to Source/core/xml/XSLStyleSheetResource.h
index 9842e071d4942256807ec8f365e3c83802bac3a6..194f0de9fcdb8cb5fff9da81aba50501394fa225 100644
--- a/Source/core/fetch/XSLStyleSheetResource.h
+++ b/Source/core/xml/XSLStyleSheetResource.h
@@ -26,8 +26,8 @@
#ifndef XSLStyleSheetResource_h
#define XSLStyleSheetResource_h
+#include "core/dom/StyleSheetResource.h"
#include "core/fetch/ResourcePtr.h"
-#include "core/fetch/StyleSheetResource.h"
namespace blink {
« no previous file with comments | « Source/core/xml/XSLImportRule.cpp ('k') | Source/core/xml/XSLStyleSheetResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698