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

Unified Diff: third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.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/XSLStyleSheetResource.cpp
diff --git a/third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.cpp
similarity index 98%
rename from third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp
rename to third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.cpp
index ebc9eba14eb4a259f744bb23a6d9c9f5469054ee..c36ea363b1767e7ef4939ef3c90ad6330348db20 100644
--- a/third_party/WebKit/Source/core/fetch/XSLStyleSheetResource.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.cpp
@@ -24,7 +24,7 @@
sheets and html pages from the web. It has a memory cache for these objects.
*/
-#include "core/fetch/XSLStyleSheetResource.h"
+#include "core/loader/resource/XSLStyleSheetResource.h"
#include "core/fetch/FetchRequest.h"
#include "core/fetch/ResourceClientWalker.h"

Powered by Google App Engine
This is Rietveld 408576698