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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/CachedMetadata.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/CachedMetadata.h
diff --git a/third_party/WebKit/Source/core/fetch/CachedMetadata.h b/third_party/WebKit/Source/platform/loader/fetch/CachedMetadata.h
similarity index 97%
rename from third_party/WebKit/Source/core/fetch/CachedMetadata.h
rename to third_party/WebKit/Source/platform/loader/fetch/CachedMetadata.h
index c57566ef7de8e6849e8d5072d98861327ddb6d58..16336a91d5d53c77c7ce24f3baa3f8ff6f7da0c8 100644
--- a/third_party/WebKit/Source/core/fetch/CachedMetadata.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/CachedMetadata.h
@@ -31,7 +31,7 @@
#ifndef CachedMetadata_h
#define CachedMetadata_h
-#include "core/CoreExport.h"
+#include "platform/PlatformExport.h"
#include "wtf/Assertions.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
@@ -45,7 +45,7 @@ namespace blink {
//
// Serialized data is NOT portable across architectures. However, reading the
// data type ID will reject data generated with a different byte-order.
-class CORE_EXPORT CachedMetadata : public RefCounted<CachedMetadata> {
+class PLATFORM_EXPORT CachedMetadata : public RefCounted<CachedMetadata> {
public:
static PassRefPtr<CachedMetadata> create(uint32_t dataTypeID,
const char* data,

Powered by Google App Engine
This is Rietveld 408576698