Index: net/http/http_stream_base.h |
diff --git a/net/http/http_stream_base.h b/net/http/http_stream_base.h |
index f5dcc29409e2d2a0152422d4767d9e14fa31c4a0..b2892320b3f58b62ff3a2ed153f2a3c0ac0ddf03 100644 |
--- a/net/http/http_stream_base.h |
+++ b/net/http/http_stream_base.h |
@@ -73,7 +73,8 @@ class NET_EXPORT_PRIVATE HttpStreamBase { |
// callback when available. If the operation is not completed immediately, |
// the socket acquires a reference to the provided buffer until the callback |
// is invoked or the socket is destroyed. |
- virtual int ReadResponseBody(IOBuffer* buf, int buf_len, |
+ virtual int ReadResponseBody(IOBuffer* buf, |
+ int buf_len, |
const CompletionCallback& callback) = 0; |
// Closes the stream. |