| Index: net/tools/quic/quic_client_bin.cc
|
| diff --git a/net/tools/quic/quic_client_bin.cc b/net/tools/quic/quic_client_bin.cc
|
| index 065bb995bfae4a0e75632599103764593ee07843..f01b67d77536364d58c09ee5a631b8bf8dff9dfc 100644
|
| --- a/net/tools/quic/quic_client_bin.cc
|
| +++ b/net/tools/quic/quic_client_bin.cc
|
| @@ -113,7 +113,7 @@ class FakeCertVerifier : public net::CertVerifier {
|
| net::CertVerifyResult* verify_result,
|
| const net::CompletionCallback& callback,
|
| std::unique_ptr<Request>* out_req,
|
| - const net::BoundNetLog& net_log) override {
|
| + const net::NetLogWithSource& net_log) override {
|
| return net::OK;
|
| }
|
|
|
|
|