| 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 e6d1cc95043b248d6a4d79df47d1c264c8c4e31e..3f3308c1e26f3aa51618dd748f7a76cd3eb18498 100644 | 
| --- a/net/socket/ssl_client_socket_impl.h | 
| +++ b/net/socket/ssl_client_socket_impl.h | 
| @@ -95,7 +95,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; | 
| @@ -378,7 +378,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_; | 
| }; | 
|  | 
|  |