Index: net/spdy/spdy_proxy_client_socket.h |
diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h |
index fe0ca77d550d1262f96daa6735b04a3008f9b8f7..9c6333c2905374c6652f612528f850f422ad6b92 100644 |
--- a/net/spdy/spdy_proxy_client_socket.h |
+++ b/net/spdy/spdy_proxy_client_socket.h |
@@ -86,7 +86,7 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket, |
const CompletionCallback& callback) OVERRIDE; |
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; |
// SpdyStream::Delegate implementation. |