| Index: net/socket_stream/socket_stream.h
|
| diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h
|
| index 663091a964de0cf42bf355f5b332d3785b422a84..1e0d6e45ff339dfc7264da3b397806dd873d174d 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_;
|
|
|