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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/FetchUtils.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/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:

Powered by Google App Engine
This is Rietveld 408576698