diff options
Diffstat (limited to 'net/socket/stream_socket.h')
-rw-r--r-- | net/socket/stream_socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h index 85bb352..0a68442 100644 --- a/net/socket/stream_socket.h +++ b/net/socket/stream_socket.h @@ -33,7 +33,7 @@ class NET_EXPORT_PRIVATE StreamSocket : public Socket { // // Connect may also be called again after a call to the Disconnect method. // - virtual int Connect(CompletionCallback* callback) = 0; + virtual int Connect(OldCompletionCallback* callback) = 0; // Called to disconnect a socket. Does nothing if the socket is already // disconnected. After calling Disconnect it is possible to call Connect |