Index: net/http/http_stream_parser.h |
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h |
index afaf6c01b2f396f82c0f965b6f6179c42ebd5e7e..242099c152af088a5e4cf301fe48e312f001e546 100644 |
--- a/net/http/http_stream_parser.h |
+++ b/net/http/http_stream_parser.h |
@@ -54,7 +54,8 @@ class NET_EXPORT_PRIVATE HttpStreamParser { |
int ReadResponseHeaders(const CompletionCallback& callback); |
- int ReadResponseBody(IOBuffer* buf, int buf_len, |
+ int ReadResponseBody(IOBuffer* buf, |
+ int buf_len, |
const CompletionCallback& callback); |
void Close(bool not_reusable); |