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

Unified Diff: net/base/upload_data_stream.cc

Issue 642403002: git cl format the first third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 6 years, 1 month 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.cc
diff --git a/net/base/upload_data_stream.cc b/net/base/upload_data_stream.cc
index 936c9128833017c91e5738b4338974748ec7af4e..3703d7a37739a24781b99f35998901d96d508655 100644
--- a/net/base/upload_data_stream.cc
+++ b/net/base/upload_data_stream.cc
@@ -88,8 +88,8 @@ bool UploadDataStream::IsInMemory() const {
return false;
}
-const ScopedVector<UploadElementReader>*
-UploadDataStream::GetElementReaders() const {
+const ScopedVector<UploadElementReader>* UploadDataStream::GetElementReaders()
+ const {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698