| Index: Source/platform/network/ContentSecurityPolicyParsers.h
|
| diff --git a/Source/platform/network/ContentSecurityPolicyParsers.h b/Source/platform/network/ContentSecurityPolicyParsers.h
|
| index 37836d638f97ac674b2fd6446a7abcebb4368f29..58ac5ae49f454ce567e88fc41d456f987dda1598 100644
|
| --- a/Source/platform/network/ContentSecurityPolicyParsers.h
|
| +++ b/Source/platform/network/ContentSecurityPolicyParsers.h
|
| @@ -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 {
|
|
|