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

Unified Diff: Source/core/dom/StyleSheetResource.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/dom/ScriptResource.cpp ('k') | Source/core/dom/StyleSheetResourceClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/StyleSheetResource.h
diff --git a/Source/core/fetch/StyleSheetResource.h b/Source/core/dom/StyleSheetResource.h
similarity index 98%
rename from Source/core/fetch/StyleSheetResource.h
rename to Source/core/dom/StyleSheetResource.h
index a60bcf8a42ba1e488326e00a754884004a1ba09d..4775168cf0bfbf2359568ad73239a1212690fd79 100644
--- a/Source/core/fetch/StyleSheetResource.h
+++ b/Source/core/dom/StyleSheetResource.h
@@ -31,7 +31,7 @@
#ifndef StyleSheetResource_h
#define StyleSheetResource_h
-#include "core/fetch/TextResource.h"
+#include "core/dom/TextResource.h"
namespace blink {
« no previous file with comments | « Source/core/dom/ScriptResource.cpp ('k') | Source/core/dom/StyleSheetResourceClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698