| Index: net/socket/socks5_client_socket.cc
|
| diff --git a/net/socket/socks5_client_socket.cc b/net/socket/socks5_client_socket.cc
|
| index f79f1df12417b8a250a96c1ce2a2590b24043942..9259296fa9253dc26d1d9879de54ad06ab01c9e4 100644
|
| --- a/net/socket/socks5_client_socket.cc
|
| +++ b/net/socket/socks5_client_socket.cc
|
| @@ -90,7 +90,7 @@ bool SOCKS5ClientSocket::IsConnectedAndIdle() const {
|
| return completed_handshake_ && transport_->socket()->IsConnectedAndIdle();
|
| }
|
|
|
| -const BoundNetLog& SOCKS5ClientSocket::NetLog() const {
|
| +const NetLogWithSource& SOCKS5ClientSocket::NetLog() const {
|
| return net_log_;
|
| }
|
|
|
|
|