Index: net/http/http_proxy_client_socket.h |
diff --git a/net/http/http_proxy_client_socket.h b/net/http/http_proxy_client_socket.h |
index 21d355ad1736480e2253b8eceb32fedda3bad0bd..97be970a175a52c2606f93a873f299c4cdc9fde4 100644 |
--- a/net/http/http_proxy_client_socket.h |
+++ b/net/http/http_proxy_client_socket.h |
@@ -84,7 +84,7 @@ class HttpProxyClientSocket : 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; |
private: |