Index: third_party/WebKit/Source/platform/loader/fetch/FetchUtils.h |
diff --git a/third_party/WebKit/Source/core/fetch/FetchUtils.h b/third_party/WebKit/Source/platform/loader/fetch/FetchUtils.h |
similarity index 95% |
rename from third_party/WebKit/Source/core/fetch/FetchUtils.h |
rename to third_party/WebKit/Source/platform/loader/fetch/FetchUtils.h |
index 07c272c6597565f9a19d3bba980250413cc420fc..b247d95a0194b78f1e0949f12f8b946238817fc0 100644 |
--- a/third_party/WebKit/Source/core/fetch/FetchUtils.h |
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchUtils.h |
@@ -5,7 +5,7 @@ |
#ifndef FetchUtils_h |
#define FetchUtils_h |
-#include "core/CoreExport.h" |
+#include "platform/PlatformExport.h" |
#include "wtf/Allocator.h" |
#include "wtf/Forward.h" |
@@ -13,7 +13,7 @@ namespace blink { |
class HTTPHeaderMap; |
-class CORE_EXPORT FetchUtils { |
+class PLATFORM_EXPORT FetchUtils { |
STATIC_ONLY(FetchUtils); |
public: |