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

Unified Diff: net/base/upload_data_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/base/upload_data_stream.h
diff --git a/net/base/upload_data_stream.h b/net/base/upload_data_stream.h
index ac14e38086f76102ece3bcbd1230a4fa49f71e3c..89b05857d4cbe9b9b829927abad8c94b42e14409 100644
--- a/net/base/upload_data_stream.h
+++ b/net/base/upload_data_stream.h
@@ -119,8 +119,7 @@ class NET_EXPORT UploadDataStream {
// Processes result of UploadElementReader::Read(). If |result| indicates
// success, updates |buf|'s offset. Otherwise, sets |read_failed_| to true.
- void ProcessReadResult(scoped_refptr<DrainableIOBuffer> buf,
- int result);
+ void ProcessReadResult(scoped_refptr<DrainableIOBuffer> buf, int result);
ScopedVector<UploadElementReader> element_readers_;

Powered by Google App Engine
This is Rietveld 408576698