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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 years, 11 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
Index: third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
diff --git a/third_party/WebKit/Source/core/fetch/FetchRequest.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
similarity index 97%
rename from third_party/WebKit/Source/core/fetch/FetchRequest.cpp
rename to third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
index 6fd3174a814e996ebad61533031d3ef37e6f2d5e..0200a64233df3aa5b369ed47b02f5d1536d34ca3 100644
--- a/third_party/WebKit/Source/core/fetch/FetchRequest.cpp
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.cpp
@@ -23,10 +23,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core/fetch/FetchRequest.h"
+#include "platform/loader/fetch/FetchRequest.h"
-#include "core/fetch/CrossOriginAccessControl.h"
-#include "core/fetch/ResourceFetcher.h"
+#include "platform/loader/fetch/CrossOriginAccessControl.h"
+#include "platform/loader/fetch/ResourceFetcher.h"
#include "platform/weborigin/KURL.h"
#include "platform/weborigin/SecurityOrigin.h"
#include "platform/weborigin/Suborigin.h"

Powered by Google App Engine
This is Rietveld 408576698