| Index: ios/web/public/cert_policy.h
|
| diff --git a/ios/web/public/cert_policy.h b/ios/web/public/cert_policy.h
|
| index 037ef3087f9e236b9baa84c4e98e76904290febf..212f26b507e1f163456012518b1e500d1c42527f 100644
|
| --- a/ios/web/public/cert_policy.h
|
| +++ b/ios/web/public/cert_policy.h
|
| @@ -46,7 +46,7 @@ class CertPolicy {
|
|
|
| private:
|
| // The set of fingerprints of allowed certificates.
|
| - std::map<net::SHA1HashValue, net::CertStatus, net::SHA1HashValueLessThan>
|
| + std::map<net::SHA256HashValue, net::CertStatus, net::SHA256HashValueLessThan>
|
| allowed_;
|
| };
|
|
|
|
|