Index: net/socket_stream/socket_stream.h |
diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h |
index 501c44b9fce1e5f2aa1d165bb667895c8868aaca..663091a964de0cf42bf355f5b332d3785b422a84 100644 |
--- a/net/socket_stream/socket_stream.h |
+++ b/net/socket_stream/socket_stream.h |
@@ -338,8 +338,6 @@ class NET_EXPORT SocketStream |
const CompletionCallback io_callback_; |
OldCompletionCallbackImpl<SocketStream> io_callback_old_; |
- OldCompletionCallbackImpl<SocketStream> read_callback_old_; |
- OldCompletionCallbackImpl<SocketStream> write_callback_old_; |
scoped_refptr<IOBuffer> read_buf_; |
int read_buf_size_; |