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

Unified Diff: net/http/http_pipelined_connection_impl.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_connection_impl.h
diff --git a/net/http/http_pipelined_connection_impl.h b/net/http/http_pipelined_connection_impl.h
index d558e47eb0bb16233803f1e6c85728f8fabcfc90..3bbae03b3a8bc753e0c0a34f8790f9ca17e272c3 100644
--- a/net/http/http_pipelined_connection_impl.h
+++ b/net/http/http_pipelined_connection_impl.h
@@ -103,15 +103,14 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnectionImpl
HttpResponseInfo* response,
const CompletionCallback& callback);
- int ReadResponseHeaders(int pipeline_id,
- const CompletionCallback& callback);
+ int ReadResponseHeaders(int pipeline_id, const CompletionCallback& callback);
int ReadResponseBody(int pipeline_id,
- IOBuffer* buf, int buf_len,
+ IOBuffer* buf,
+ int buf_len,
const CompletionCallback& callback);
- void Close(int pipeline_id,
- bool not_reusable);
+ void Close(int pipeline_id, bool not_reusable);
UploadProgress GetUploadProgress(int pipeline_id) const;

Powered by Google App Engine
This is Rietveld 408576698