| Index: net/socket/socks_client_socket.cc
|
| diff --git a/net/socket/socks_client_socket.cc b/net/socket/socks_client_socket.cc
|
| index 05879e5350bdb684eb0eaa121c664beee17d9926..8cbd379ef7b5cbf7f1a2d69759727698b9b72b23 100644
|
| --- a/net/socket/socks_client_socket.cc
|
| +++ b/net/socket/socks_client_socket.cc
|
| @@ -119,7 +119,7 @@ bool SOCKSClientSocket::IsConnectedAndIdle() const {
|
| return completed_handshake_ && transport_->socket()->IsConnectedAndIdle();
|
| }
|
|
|
| -const BoundNetLog& SOCKSClientSocket::NetLog() const {
|
| +const NetLogWithSource& SOCKSClientSocket::NetLog() const {
|
| return net_log_;
|
| }
|
|
|
|
|