diff options
Diffstat (limited to 'net/socket_stream/socket_stream.h')
-rw-r--r-- | net/socket_stream/socket_stream.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h index 663091a..1e0d6e4 100644 --- a/net/socket_stream/socket_stream.h +++ b/net/socket_stream/socket_stream.h @@ -336,8 +336,7 @@ class NET_EXPORT SocketStream SSLConfig server_ssl_config_; SSLConfig proxy_ssl_config_; - const CompletionCallback io_callback_; - OldCompletionCallbackImpl<SocketStream> io_callback_old_; + CompletionCallback io_callback_; scoped_refptr<IOBuffer> read_buf_; int read_buf_size_; |