| Index: net/socket/unix_domain_client_socket_posix.cc
|
| diff --git a/net/socket/unix_domain_client_socket_posix.cc b/net/socket/unix_domain_client_socket_posix.cc
|
| index bf86475768cdb0b65f6df811b07dae09707d0462..3615f2cbf695b658a63ef09cbb9f936db74dc2d6 100644
|
| --- a/net/socket/unix_domain_client_socket_posix.cc
|
| +++ b/net/socket/unix_domain_client_socket_posix.cc
|
| @@ -118,7 +118,7 @@ int UnixDomainClientSocket::GetLocalAddress(IPEndPoint* address) const {
|
| return ERR_ADDRESS_INVALID;
|
| }
|
|
|
| -const BoundNetLog& UnixDomainClientSocket::NetLog() const {
|
| +const NetLogWithSource& UnixDomainClientSocket::NetLog() const {
|
| return net_log_;
|
| }
|
|
|
|
|