| Index: net/socket/tcp_client_socket.cc
|
| diff --git a/net/socket/tcp_client_socket.cc b/net/socket/tcp_client_socket.cc
|
| index 1c292bb807394d7ddf924fafeb8f7b09b3544d55..c8539b7d3dd1a05f0d5807b25b6fff70c23da552 100644
|
| --- a/net/socket/tcp_client_socket.cc
|
| +++ b/net/socket/tcp_client_socket.cc
|
| @@ -235,7 +235,7 @@ int TCPClientSocket::GetLocalAddress(IPEndPoint* address) const {
|
| return socket_->GetLocalAddress(address);
|
| }
|
|
|
| -const BoundNetLog& TCPClientSocket::NetLog() const {
|
| +const NetLogWithSource& TCPClientSocket::NetLog() const {
|
| return socket_->net_log();
|
| }
|
|
|
|
|