| Index: blimp/net/exact_match_cert_verifier.cc
|
| diff --git a/blimp/net/exact_match_cert_verifier.cc b/blimp/net/exact_match_cert_verifier.cc
|
| index f5e635859a3c930074e8bc686a25f12d2e4e6391..86fd5d31620d423aa91352cc4fd1aaab7252dc21 100644
|
| --- a/blimp/net/exact_match_cert_verifier.cc
|
| +++ b/blimp/net/exact_match_cert_verifier.cc
|
| @@ -33,7 +33,7 @@ int ExactMatchCertVerifier::Verify(const RequestParams& params,
|
| net::CertVerifyResult* verify_result,
|
| const net::CompletionCallback& callback,
|
| std::unique_ptr<Request>* out_req,
|
| - const net::BoundNetLog& net_log) {
|
| + const net::NetLogWithSource& net_log) {
|
| verify_result->Reset();
|
| verify_result->verified_cert = engine_cert_;
|
|
|
|
|