| Index: jingle/glue/pseudotcp_adapter.h
|
| diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h
|
| index eed2504a57f6d061dca6779cb7585ef8a57c2115..c0114a89ee0b5ea914138acd1d4dc01e02313334 100644
|
| --- a/jingle/glue/pseudotcp_adapter.h
|
| +++ b/jingle/glue/pseudotcp_adapter.h
|
| @@ -42,7 +42,7 @@ class PseudoTcpAdapter : public net::StreamSocket, base::NonThreadSafe {
|
| 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;
|
|
|