| Index: jingle/glue/pseudotcp_adapter.h
|
| diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h
|
| index 5edb3e0f17a2ead24b23719ada2d509040176447..fa48b15a9acb717a6f6a83405f188b3a56c03d73 100644
|
| --- a/jingle/glue/pseudotcp_adapter.h
|
| +++ b/jingle/glue/pseudotcp_adapter.h
|
| @@ -39,6 +39,7 @@ class PseudoTcpAdapter : public net::StreamSocket, base::NonThreadSafe {
|
|
|
| // net::StreamSocket implementation.
|
| virtual int Connect(net::OldCompletionCallback* callback) OVERRIDE;
|
| + virtual int Connect(const net::CompletionCallback& callback) OVERRIDE;
|
| virtual void Disconnect() OVERRIDE;
|
| virtual bool IsConnected() const OVERRIDE;
|
| virtual bool IsConnectedAndIdle() const OVERRIDE;
|
|
|