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

Unified Diff: net/http/http_stream_base.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_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.

Powered by Google App Engine
This is Rietveld 408576698