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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.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/IntegrityMetadata.h
diff --git a/third_party/WebKit/Source/core/fetch/IntegrityMetadata.h b/third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h
similarity index 94%
rename from third_party/WebKit/Source/core/fetch/IntegrityMetadata.h
rename to third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h
index ae9e57c3d82f627ef17b6a85106ed25b145efaf2..1f24d7d38bc544a9a6483aa193e40f0ae7f381cf 100644
--- a/third_party/WebKit/Source/core/fetch/IntegrityMetadata.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/IntegrityMetadata.h
@@ -5,8 +5,8 @@
#ifndef IntegrityMetadata_h
#define IntegrityMetadata_h
-#include "core/CoreExport.h"
#include "platform/Crypto.h"
+#include "platform/PlatformExport.h"
#include "wtf/HashSet.h"
#include "wtf/StringHasher.h"
#include "wtf/text/StringHash.h"
@@ -19,7 +19,7 @@ class IntegrityMetadata;
using IntegrityMetadataPair = std::pair<WTF::String, HashAlgorithm>;
using IntegrityMetadataSet = WTF::HashSet<IntegrityMetadataPair>;
-class CORE_EXPORT IntegrityMetadata {
+class PLATFORM_EXPORT IntegrityMetadata {
public:
IntegrityMetadata() {}
IntegrityMetadata(WTF::String digest, HashAlgorithm);

Powered by Google App Engine
This is Rietveld 408576698