Index: net/http/http_pipelined_stream.h |
diff --git a/net/http/http_pipelined_stream.h b/net/http/http_pipelined_stream.h |
index 7a853abc1a75a3be79599059ab076648a0494518..b978f95bfb9f287e66431382005f47adfcb2c4e7 100644 |
--- a/net/http/http_pipelined_stream.h |
+++ b/net/http/http_pipelined_stream.h |
@@ -32,8 +32,7 @@ struct SSLConfig; |
// request without pipelining. |
class HttpPipelinedStream : public HttpStream { |
public: |
- HttpPipelinedStream(HttpPipelinedConnectionImpl* pipeline, |
- int pipeline_id); |
+ HttpPipelinedStream(HttpPipelinedConnectionImpl* pipeline, int pipeline_id); |
virtual ~HttpPipelinedStream(); |
// HttpStream methods: |
@@ -52,7 +51,8 @@ class HttpPipelinedStream : public HttpStream { |
virtual const HttpResponseInfo* GetResponseInfo() const OVERRIDE; |
- virtual int ReadResponseBody(IOBuffer* buf, int buf_len, |
+ virtual int ReadResponseBody(IOBuffer* buf, |
+ int buf_len, |
const CompletionCallback& callback) OVERRIDE; |
virtual void Close(bool not_reusable) OVERRIDE; |