| Index: net/socket/stream_socket.h
|
| diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h
|
| index 4d7b7e28260f86a57aac63509b90d20bfa577624..cc3c19ec373da4a60b017765be0afa67338e2605 100644
|
| --- a/net/socket/stream_socket.h
|
| +++ b/net/socket/stream_socket.h
|
| @@ -57,7 +57,7 @@ class NET_EXPORT_PRIVATE StreamSocket : public Socket {
|
| // Copies the peer address to |address| and returns a network error code.
|
| // ERR_SOCKET_NOT_CONNECTED will be returned if the socket is not connected.
|
| // TODO(sergeyu): Use IPEndPoint instead of AddressList.
|
| - virtual int GetPeerAddress(AddressList* address) const = 0;
|
| + virtual int GetPeerAddress(IPEndPoint* address) const = 0;
|
|
|
| // Copies the local address to |address| and returns a network error code.
|
| // ERR_SOCKET_NOT_CONNECTED will be returned if the socket is not connected.
|
|
|