| Index: net/socket/unix_domain_client_socket_posix.h
|
| diff --git a/net/socket/unix_domain_client_socket_posix.h b/net/socket/unix_domain_client_socket_posix.h
|
| index e7b033a71c3d8745f8f1e8f5c59e612389587bdd..0541a600267405e0f7581154bb3bc4c966d1122d 100644
|
| --- a/net/socket/unix_domain_client_socket_posix.h
|
| +++ b/net/socket/unix_domain_client_socket_posix.h
|
| @@ -48,7 +48,7 @@ class NET_EXPORT UnixDomainClientSocket : public StreamSocket {
|
| 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;
|
| @@ -81,7 +81,7 @@ class NET_EXPORT UnixDomainClientSocket : public StreamSocket {
|
| std::unique_ptr<SocketPosix> socket_;
|
| // This net log is just to comply StreamSocket::NetLog(). It throws away
|
| // everything.
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UnixDomainClientSocket);
|
| };
|
|
|