| Index: jingle/notifier/base/fake_ssl_client_socket.h
|
| diff --git a/jingle/notifier/base/fake_ssl_client_socket.h b/jingle/notifier/base/fake_ssl_client_socket.h
|
| index a0ef858cd8c7e84146ad85959f8033d2792f7d0e..7705a99484402e6410c3fe2b8a35c69ec00b64cc 100644
|
| --- a/jingle/notifier/base/fake_ssl_client_socket.h
|
| +++ b/jingle/notifier/base/fake_ssl_client_socket.h
|
| @@ -56,7 +56,7 @@ class FakeSSLClientSocket : 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;
|
|
|