Index: jingle/notifier/base/proxy_resolving_client_socket.h |
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.h b/jingle/notifier/base/proxy_resolving_client_socket.h |
index 88b488aedc93afca5167076f9d7ba14f1983a778..0a0aebf4dbc68e2ac462e5a6a9920398480ceb48 100644 |
--- a/jingle/notifier/base/proxy_resolving_client_socket.h |
+++ b/jingle/notifier/base/proxy_resolving_client_socket.h |
@@ -58,7 +58,7 @@ class ProxyResolvingClientSocket : public net::StreamSocket { |
virtual void Disconnect() OVERRIDE; |
virtual bool IsConnected() const OVERRIDE; |
virtual bool IsConnectedAndIdle() const OVERRIDE; |
- virtual int GetPeerAddress(net::AddressList* address) const OVERRIDE; |
+ virtual int GetPeerAddress(net::IPEndPoint* address) const OVERRIDE; |
virtual int GetLocalAddress(net::IPEndPoint* address) const OVERRIDE; |
virtual const net::BoundNetLog& NetLog() const OVERRIDE; |
virtual void SetSubresourceSpeculation() OVERRIDE; |