| Index: net/base/multi_threaded_cert_verifier.cc
|
| ===================================================================
|
| --- net/base/multi_threaded_cert_verifier.cc (revision 151057)
|
| +++ net/base/multi_threaded_cert_verifier.cc (working copy)
|
| @@ -461,8 +461,8 @@
|
| }
|
|
|
| MultiThreadedCertVerifier::RequestParams::RequestParams(
|
| - const SHA1Fingerprint& cert_fingerprint_arg,
|
| - const SHA1Fingerprint& ca_fingerprint_arg,
|
| + const SHA1HashValue& cert_fingerprint_arg,
|
| + const SHA1HashValue& ca_fingerprint_arg,
|
| const std::string& hostname_arg,
|
| int flags_arg)
|
| : cert_fingerprint(cert_fingerprint_arg),
|
|
|