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

Unified Diff: third_party/WebKit/Source/core/loader/resource/ScriptResource.cpp

Issue 2497463004: Loading: move core/fetch/*Resource* to core/loader/resource/ (Closed)
Patch Set: [rebase] Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/loader/resource/ScriptResource.cpp
diff --git a/third_party/WebKit/Source/core/fetch/ScriptResource.cpp b/third_party/WebKit/Source/core/loader/resource/ScriptResource.cpp
similarity index 98%
rename from third_party/WebKit/Source/core/fetch/ScriptResource.cpp
rename to third_party/WebKit/Source/core/loader/resource/ScriptResource.cpp
index 5893ccc9404d68ff1fc7ddb008e6ef9d83b1541d..5cd2cdc9edca55cb16d481f82c0b97721bc95152 100644
--- a/third_party/WebKit/Source/core/fetch/ScriptResource.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/ScriptResource.cpp
@@ -24,7 +24,7 @@
sheets and html pages from the web. It has a memory cache for these objects.
*/
-#include "core/fetch/ScriptResource.h"
+#include "core/loader/resource/ScriptResource.h"
#include "core/fetch/FetchRequest.h"
#include "core/fetch/IntegrityMetadata.h"

Powered by Google App Engine
This is Rietveld 408576698