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

Unified Diff: net/http/http_transaction.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_transaction.h
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index ed1b20dac2ffb8298c67c5bfc83d4850027b805b..1e5f31a4b6153135fa37ce7c997abe0fd8252afb 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -97,7 +97,8 @@ class NET_EXPORT_PRIVATE HttpTransaction {
// If the operation is not completed immediately, the transaction must acquire
// a reference to the provided buffer.
//
- virtual int Read(IOBuffer* buf, int buf_len,
+ virtual int Read(IOBuffer* buf,
+ int buf_len,
const CompletionCallback& callback) = 0;
// Stops further caching of this request by the HTTP cache, if there is any.

Powered by Google App Engine
This is Rietveld 408576698