Index: net/http/http_stream_parser.h |
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h |
index aa218f8cf1c0a1ac12c8351aab8d9c79954cc222..b80145f4f48e1b64eaeda09541511932b8927d6a 100644 |
--- a/net/http/http_stream_parser.h |
+++ b/net/http/http_stream_parser.h |
@@ -189,7 +189,7 @@ class HttpStreamParser : public ChunkCallback { |
BoundNetLog net_log_; |
// Callback to be used when doing IO. |
- OldCompletionCallbackImpl<HttpStreamParser> io_callback_; |
+ CompletionCallback io_callback_; |
// Stores an encoded chunk for chunked uploads. |
// Note: This should perhaps be improved to not create copies of the data. |