Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / network / ContentSecurityPolicyParsers.h
index 37836d6..58ac5ae 100644 (file)
@@ -5,14 +5,13 @@
 #ifndef ContentSecurityPolicyParsers_h
 #define ContentSecurityPolicyParsers_h
 
+#include "platform/Crypto.h"
 #include "platform/PlatformExport.h"
 #include "wtf/Vector.h"
 #include "wtf/unicode/Unicode.h"
 
 namespace WebCore {
 
-static const size_t kMaxDigestSize = 64;
-typedef Vector<uint8_t, kMaxDigestSize> DigestValue;
 typedef std::pair<unsigned, DigestValue> CSPHashValue;
 
 enum ContentSecurityPolicyHeaderType {