| 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 94%
|
| rename from third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| rename to third_party/WebKit/Source/platform/loader/fetch/ResourceClient.h
|
| index d7c071055670e45ef8f38a0db4e54b57274693e2..548771413c15ef5dad68b01903246adf0b701f1a 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceClient.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceClient.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef ResourceClient_h
|
| #define ResourceClient_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
| @@ -34,7 +34,7 @@
|
| namespace blink {
|
| class Resource;
|
|
|
| -class CORE_EXPORT ResourceClient : public GarbageCollectedMixin {
|
| +class PLATFORM_EXPORT ResourceClient : public GarbageCollectedMixin {
|
| public:
|
| enum ResourceClientType {
|
| BaseResourceType,
|
|
|