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

Unified Diff: net/http/http_stream_parser.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_parser.h
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
index afaf6c01b2f396f82c0f965b6f6179c42ebd5e7e..242099c152af088a5e4cf301fe48e312f001e546 100644
--- a/net/http/http_stream_parser.h
+++ b/net/http/http_stream_parser.h
@@ -54,7 +54,8 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
int ReadResponseHeaders(const CompletionCallback& callback);
- int ReadResponseBody(IOBuffer* buf, int buf_len,
+ int ReadResponseBody(IOBuffer* buf,
+ int buf_len,
const CompletionCallback& callback);
void Close(bool not_reusable);

Powered by Google App Engine
This is Rietveld 408576698