| Index: net/curvecp/curvecp_client_socket.h
|
| diff --git a/net/curvecp/curvecp_client_socket.h b/net/curvecp/curvecp_client_socket.h
|
| index fc564405c30c35bade45c871c3604f143095f60c..85f88179630711a9b6247f1bcf56bd9693ae2021 100644
|
| --- a/net/curvecp/curvecp_client_socket.h
|
| +++ b/net/curvecp/curvecp_client_socket.h
|
| @@ -25,8 +25,9 @@ class CurveCPClientSocket : public StreamSocket {
|
| const net::NetLog::Source& source);
|
| virtual ~CurveCPClientSocket();
|
|
|
| - // ClientSocket methods:
|
| + // ClientSocket implementation.
|
| virtual int Connect(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;
|
|
|