| Index: net/socket/tcp_client_socket_win.h
|
| diff --git a/net/socket/tcp_client_socket_win.h b/net/socket/tcp_client_socket_win.h
|
| index 14720aeb48ce12cde345d3c9b25f286443fad17a..4ca5e30c0ff4224ef72e37ecfd1c952bac2ac05e 100644
|
| --- a/net/socket/tcp_client_socket_win.h
|
| +++ b/net/socket/tcp_client_socket_win.h
|
| @@ -46,7 +46,7 @@ class NET_EXPORT TCPClientSocketWin : public StreamSocket,
|
| virtual void Disconnect();
|
| virtual bool IsConnected() const;
|
| virtual bool IsConnectedAndIdle() const;
|
| - virtual int GetPeerAddress(AddressList* address) const;
|
| + virtual int GetPeerAddress(IPEndPoint* address) const;
|
| virtual int GetLocalAddress(IPEndPoint* address) const;
|
| virtual const BoundNetLog& NetLog() const { return net_log_; }
|
| virtual void SetSubresourceSpeculation();
|
|
|