| Index: net/socket/ssl_client_socket_impl.h
|
| diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
|
| index f8826363e920c2797a5e712d78c628e99e8956e8..8a41a90fe9499567ea55d67ac008aa948a0ac4d7 100644
|
| --- a/net/socket/ssl_client_socket_impl.h
|
| +++ b/net/socket/ssl_client_socket_impl.h
|
| @@ -92,7 +92,7 @@ class SSLClientSocketImpl : public SSLClientSocket {
|
| bool IsConnectedAndIdle() const override;
|
| int GetPeerAddress(IPEndPoint* address) const override;
|
| int GetLocalAddress(IPEndPoint* address) const override;
|
| - const BoundNetLog& NetLog() const override;
|
| + const NetLogWithSource& NetLog() const override;
|
| void SetSubresourceSpeculation() override;
|
| void SetOmniboxSpeculation() override;
|
| bool WasEverUsed() const override;
|
| @@ -375,7 +375,7 @@ class SSLClientSocketImpl : public SSLClientSocket {
|
| // True if PKP is bypassed due to a local trust anchor.
|
| bool pkp_bypassed_;
|
|
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
| base::WeakPtrFactory<SSLClientSocketImpl> weak_factory_;
|
| };
|
|
|
|
|