| Index: net/curvecp/curvecp_client_socket.h
|
| diff --git a/net/curvecp/curvecp_client_socket.h b/net/curvecp/curvecp_client_socket.h
|
| index 3c6eea631530020cda487b555eab0a41612af3f0..2db574fd15b1498f5a20b720e28960b759a97e86 100644
|
| --- a/net/curvecp/curvecp_client_socket.h
|
| +++ b/net/curvecp/curvecp_client_socket.h
|
| @@ -30,7 +30,7 @@ class CurveCPClientSocket : public StreamSocket {
|
| virtual void Disconnect() OVERRIDE;
|
| virtual bool IsConnected() const OVERRIDE;
|
| virtual bool IsConnectedAndIdle() const OVERRIDE;
|
| - virtual int GetPeerAddress(AddressList* address) const OVERRIDE;
|
| + virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual const BoundNetLog& NetLog() const OVERRIDE;
|
| virtual void SetSubresourceSpeculation() OVERRIDE;
|
|
|