Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h |
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h |
similarity index 95% |
rename from third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
rename to third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h |
index c4b2df5b5cea52b952c563d25e29df7fee75fa56..1ff1ebbd7eb74f3c13a7a3dfc78a7ddfd3cc9061 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h |
@@ -27,15 +27,15 @@ |
#ifndef ResourceFetcher_h |
#define ResourceFetcher_h |
-#include "core/CoreExport.h" |
-#include "core/fetch/CachePolicy.h" |
-#include "core/fetch/FetchContext.h" |
-#include "core/fetch/FetchInitiatorInfo.h" |
-#include "core/fetch/FetchRequest.h" |
-#include "core/fetch/Resource.h" |
-#include "core/fetch/ResourceLoaderOptions.h" |
-#include "core/fetch/SubstituteData.h" |
+#include "platform/PlatformExport.h" |
#include "platform/Timer.h" |
+#include "platform/loader/fetch/CachePolicy.h" |
+#include "platform/loader/fetch/FetchContext.h" |
+#include "platform/loader/fetch/FetchInitiatorInfo.h" |
+#include "platform/loader/fetch/FetchRequest.h" |
+#include "platform/loader/fetch/Resource.h" |
+#include "platform/loader/fetch/ResourceLoaderOptions.h" |
+#include "platform/loader/fetch/SubstituteData.h" |
#include "platform/network/ResourceError.h" |
#include "platform/network/ResourceLoadPriority.h" |
#include "wtf/HashMap.h" |
@@ -59,7 +59,7 @@ class ResourceTimingInfo; |
// to ResourceFetcher for their lifetime (and will create one if they are |
// initialized without a LocalFrame), so a Document can keep a ResourceFetcher |
// alive past detach if scripts still reference the Document. |
-class CORE_EXPORT ResourceFetcher |
+class PLATFORM_EXPORT ResourceFetcher |
: public GarbageCollectedFinalized<ResourceFetcher> { |
WTF_MAKE_NONCOPYABLE(ResourceFetcher); |
USING_PRE_FINALIZER(ResourceFetcher, clearPreloads); |