| Index: net/socket/socks_client_socket.h
 | 
| diff --git a/net/socket/socks_client_socket.h b/net/socket/socks_client_socket.h
 | 
| index 8dfd773b38f6b6596cd15a745af39c4ce217200d..505dc2930ec44319ee6479ca3e65adf50ef6a54c 100644
 | 
| --- a/net/socket/socks_client_socket.h
 | 
| +++ b/net/socket/socks_client_socket.h
 | 
| @@ -72,7 +72,7 @@ class NET_EXPORT_PRIVATE SOCKSClientSocket : public StreamSocket {
 | 
|    virtual bool SetReceiveBufferSize(int32 size) OVERRIDE;
 | 
|    virtual bool SetSendBufferSize(int32 size) OVERRIDE;
 | 
|  
 | 
| -  virtual int GetPeerAddress(AddressList* address) const OVERRIDE;
 | 
| +  virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
 | 
|    virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
 | 
|  
 | 
|   private:
 | 
| 
 |