| Index: net/socket/buffered_write_stream_socket.h
|
| diff --git a/net/socket/buffered_write_stream_socket.h b/net/socket/buffered_write_stream_socket.h
|
| index a02380d88bea8185f0eb1ea7c020d2e3877fba73..879f5dde76ac60f97fa392b1e8f73537f0a95c06 100644
|
| --- a/net/socket/buffered_write_stream_socket.h
|
| +++ b/net/socket/buffered_write_stream_socket.h
|
| @@ -50,7 +50,7 @@ class NET_EXPORT_PRIVATE BufferedWriteStreamSocket : public StreamSocket {
|
| 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;
|
|
|