| Index: net/socket/ssl_server_socket_nss.h
|
| diff --git a/net/socket/ssl_server_socket_nss.h b/net/socket/ssl_server_socket_nss.h
|
| index aefb584c30aa1427d119d13d5e3f3afc1805ba1d..b2fcb2cdc9fff8dfe19dbb411d37486fb29bf856 100644
|
| --- a/net/socket/ssl_server_socket_nss.h
|
| +++ b/net/socket/ssl_server_socket_nss.h
|
| @@ -52,7 +52,7 @@ class SSLServerSocketNSS : public SSLServerSocket {
|
| virtual void Disconnect() OVERRIDE;
|
| virtual bool IsConnected() const OVERRIDE;
|
| virtual bool IsConnectedAndIdle() const OVERRIDE;
|
| - virtual int GetPeerAddress(AddressList* address) const OVERRIDE;
|
| + virtual int GetPeerAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
|
| virtual const BoundNetLog& NetLog() const OVERRIDE;
|
| virtual void SetSubresourceSpeculation() OVERRIDE;
|
|
|