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); |