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

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

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.h
diff --git a/third_party/WebKit/Source/core/fetch/FetchRequest.h b/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.h
similarity index 95%
rename from third_party/WebKit/Source/core/fetch/FetchRequest.h
rename to third_party/WebKit/Source/platform/loader/fetch/FetchRequest.h
index 435eabbc803b5cdd178b60752ddfdc0ecddc0399..a2dea7300360d84b156039c8629594a650be419d 100644
--- a/third_party/WebKit/Source/core/fetch/FetchRequest.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchRequest.h
@@ -26,12 +26,12 @@
#ifndef FetchRequest_h
#define FetchRequest_h
-#include "core/CoreExport.h"
-#include "core/fetch/ClientHintsPreferences.h"
-#include "core/fetch/FetchInitiatorInfo.h"
-#include "core/fetch/IntegrityMetadata.h"
-#include "core/fetch/ResourceLoaderOptions.h"
#include "platform/CrossOriginAttributeValue.h"
+#include "platform/PlatformExport.h"
+#include "platform/loader/fetch/ClientHintsPreferences.h"
+#include "platform/loader/fetch/FetchInitiatorInfo.h"
+#include "platform/loader/fetch/IntegrityMetadata.h"
+#include "platform/loader/fetch/ResourceLoaderOptions.h"
#include "platform/network/ResourceRequest.h"
#include "wtf/Allocator.h"
#include "wtf/text/AtomicString.h"
@@ -41,7 +41,7 @@ class SecurityOrigin;
// A FetchRequest is a "parameter object" for ResourceFetcher::requestResource
// to avoid the method having too many arguments.
-class CORE_EXPORT FetchRequest {
+class PLATFORM_EXPORT FetchRequest {
STACK_ALLOCATED();
public:

Powered by Google App Engine
This is Rietveld 408576698