Index: remoting/protocol/fake_session.h |
diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h |
index 70bcfa107c493624cf5cfdbd964869283416fd4d..fb8f0311477ab5bcf1747ac5c5c00fb3affac79a 100644 |
--- a/remoting/protocol/fake_session.h |
+++ b/remoting/protocol/fake_session.h |
@@ -59,7 +59,7 @@ class FakeSocket : 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; |