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

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

Powered by Google App Engine
This is Rietveld 408576698