From a352869a59d48c3bd3a4a453d73c3392255275ef Mon Sep 17 00:00:00 2001 From: "zhaoqin@chromium.org" Date: Fri, 8 Jun 2012 00:11:42 +0000 Subject: fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPeerAddress(IPEndPoint* address) R=szym@chromium.org BUG=128383 TEST=try bot Review URL: https://chromiumcodereview.appspot.com/10491007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141125 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_proxy_client_socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 21d355a..97be970 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: -- cgit v1.1