| Index: net/cert/mock_cert_verifier.cc
|
| diff --git a/net/cert/mock_cert_verifier.cc b/net/cert/mock_cert_verifier.cc
|
| index f184e55ebdf5212db31a65846a1d7c866bf68063..9cbbafd3cfe91e331348d3247d7457c055d28934 100644
|
| --- a/net/cert/mock_cert_verifier.cc
|
| +++ b/net/cert/mock_cert_verifier.cc
|
| @@ -45,7 +45,7 @@ int MockCertVerifier::Verify(const RequestParams& params,
|
| CertVerifyResult* verify_result,
|
| const CompletionCallback& callback,
|
| std::unique_ptr<Request>* out_req,
|
| - const BoundNetLog& net_log) {
|
| + const NetLogWithSource& net_log) {
|
| RuleList::const_iterator it;
|
| for (it = rules_.begin(); it != rules_.end(); ++it) {
|
| // Check just the server cert. Intermediates will be ignored.
|
|
|