| Index: net/socket/stream_socket.h
|
| diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h
|
| index 3ba5b42b8899f01c56b1c8a5366af5d348ee8f9c..a0e6f86dc7e731f1bd5ac9d653df88f91e0913ca 100644
|
| --- a/net/socket/stream_socket.h
|
| +++ b/net/socket/stream_socket.h
|
| @@ -33,7 +33,6 @@ class NET_EXPORT_PRIVATE StreamSocket : public Socket {
|
| //
|
| // Connect may also be called again after a call to the Disconnect method.
|
| //
|
| - virtual int Connect(OldCompletionCallback* callback) = 0;
|
| virtual int Connect(const CompletionCallback& callback) = 0;
|
|
|
| // Called to disconnect a socket. Does nothing if the socket is already
|
|
|