Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1234)

Unified Diff: net/http/http_pipelined_stream.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698