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

Unified Diff: Source/core/xml/XSLStyleSheetResource.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/xml/XSLStyleSheetResource.h ('k') | Source/core/xml/parser/XMLDocumentParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XSLStyleSheetResource.cpp
diff --git a/Source/core/fetch/XSLStyleSheetResource.cpp b/Source/core/xml/XSLStyleSheetResource.cpp
similarity index 97%
rename from Source/core/fetch/XSLStyleSheetResource.cpp
rename to Source/core/xml/XSLStyleSheetResource.cpp
index 972dd8af758f4751f4bdba2c13f98ed3e95051f9..b7ed336cd1df860cbe6296056b536429acb01579 100644
--- a/Source/core/fetch/XSLStyleSheetResource.cpp
+++ b/Source/core/xml/XSLStyleSheetResource.cpp
@@ -25,12 +25,12 @@
*/
#include "config.h"
-#include "core/fetch/XSLStyleSheetResource.h"
+#include "core/xml/XSLStyleSheetResource.h"
+#include "core/dom/StyleSheetResourceClient.h"
#include "core/fetch/FetchRequest.h"
#include "core/fetch/ResourceClientWalker.h"
#include "core/fetch/ResourceFetcher.h"
-#include "core/fetch/StyleSheetResourceClient.h"
#include "platform/RuntimeEnabledFeatures.h"
#include "platform/SharedBuffer.h"
« no previous file with comments | « Source/core/xml/XSLStyleSheetResource.h ('k') | Source/core/xml/parser/XMLDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698