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

Unified Diff: third_party/WebKit/Source/core/loader/resource/DocumentResource.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/DocumentResource.cpp
diff --git a/third_party/WebKit/Source/core/fetch/DocumentResource.cpp b/third_party/WebKit/Source/core/loader/resource/DocumentResource.cpp
similarity index 98%
rename from third_party/WebKit/Source/core/fetch/DocumentResource.cpp
rename to third_party/WebKit/Source/core/loader/resource/DocumentResource.cpp
index d1341b3081fce92e0d970d00af7c11816c5621f2..bcc6970787161bf554997f2667aaa0192bf318a0 100644
--- a/third_party/WebKit/Source/core/fetch/DocumentResource.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/DocumentResource.cpp
@@ -20,7 +20,7 @@
Boston, MA 02110-1301, USA.
*/
-#include "core/fetch/DocumentResource.h"
+#include "core/loader/resource/DocumentResource.h"
#include "core/dom/XMLDocument.h"
#include "core/fetch/FetchRequest.h"

Powered by Google App Engine
This is Rietveld 408576698