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

Unified Diff: Source/core/dom/ScriptResource.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/ScriptLoader.cpp ('k') | Source/core/dom/ScriptResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ScriptResource.h
diff --git a/Source/core/fetch/ScriptResource.h b/Source/core/dom/ScriptResource.h
similarity index 98%
rename from Source/core/fetch/ScriptResource.h
rename to Source/core/dom/ScriptResource.h
index fd42d6810686c17f6a2da800641a5883c699804f..794ea4c103a312818cb2319292526029dd9ee2c2 100644
--- a/Source/core/fetch/ScriptResource.h
+++ b/Source/core/dom/ScriptResource.h
@@ -27,8 +27,8 @@
#define ScriptResource_h
#include "core/CoreExport.h"
+#include "core/dom/TextResource.h"
#include "core/fetch/ResourceClient.h"
-#include "core/fetch/TextResource.h"
namespace blink {
« no previous file with comments | « Source/core/dom/ScriptLoader.cpp ('k') | Source/core/dom/ScriptResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698