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

Unified Diff: Source/core/css/CSSStyleSheetResource.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/css/CSSSVGDocumentValue.h ('k') | Source/core/css/CSSStyleSheetResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSStyleSheetResource.h
diff --git a/Source/core/fetch/CSSStyleSheetResource.h b/Source/core/css/CSSStyleSheetResource.h
similarity index 98%
rename from Source/core/fetch/CSSStyleSheetResource.h
rename to Source/core/css/CSSStyleSheetResource.h
index d4c16d0b6fb3d1516b689e6f4d7cb382069d5009..75ed63daf9f331ffb0e584f0d373e46fee3c43b7 100644
--- a/Source/core/fetch/CSSStyleSheetResource.h
+++ b/Source/core/css/CSSStyleSheetResource.h
@@ -26,8 +26,8 @@
#ifndef CSSStyleSheetResource_h
#define CSSStyleSheetResource_h
+#include "core/dom/StyleSheetResource.h"
#include "core/fetch/ResourcePtr.h"
-#include "core/fetch/StyleSheetResource.h"
#include "platform/heap/Handle.h"
namespace blink {
« no previous file with comments | « Source/core/css/CSSSVGDocumentValue.h ('k') | Source/core/css/CSSStyleSheetResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698