Index: third_party/WebKit/Source/platform/loader/fetch/ResourceClient.h |
diff --git a/third_party/WebKit/Source/core/fetch/ResourceClient.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceClient.h |
similarity index 95% |
rename from third_party/WebKit/Source/core/fetch/ResourceClient.h |
rename to third_party/WebKit/Source/platform/loader/fetch/ResourceClient.h |
index d7c071055670e45ef8f38a0db4e54b57274693e2..3f92f8ed033d7c258f9e1f11176a82990a5fb9dc 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceClient.h |
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceClient.h |
@@ -26,7 +26,6 @@ |
#ifndef ResourceClient_h |
#define ResourceClient_h |
-#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
#include "wtf/Forward.h" |
#include "wtf/text/WTFString.h" |
@@ -34,7 +33,7 @@ |
namespace blink { |
class Resource; |
-class CORE_EXPORT ResourceClient : public GarbageCollectedMixin { |
+class ResourceClient : public GarbageCollectedMixin { |
public: |
enum ResourceClientType { |
BaseResourceType, |