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: |