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

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

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: rebase 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/CrossOriginAccessControl.cpp
diff --git a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp b/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.cpp
similarity index 99%
rename from third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp
rename to third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.cpp
index 2e8c98ac2ed9b288e0eb1e83285c9cf87c8de604..743dce004507c2a062ab1221caab0129cf2d19a4 100644
--- a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp
+++ b/third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.cpp
@@ -24,11 +24,11 @@
*
*/
-#include "core/fetch/CrossOriginAccessControl.h"
+#include "platform/loader/fetch/CrossOriginAccessControl.h"
-#include "core/fetch/FetchUtils.h"
-#include "core/fetch/Resource.h"
-#include "core/fetch/ResourceLoaderOptions.h"
+#include "platform/loader/fetch/FetchUtils.h"
+#include "platform/loader/fetch/Resource.h"
+#include "platform/loader/fetch/ResourceLoaderOptions.h"
#include "platform/network/HTTPParsers.h"
#include "platform/network/ResourceRequest.h"
#include "platform/network/ResourceResponse.h"

Powered by Google App Engine
This is Rietveld 408576698