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

Unified Diff: net/base/upload_data_stream.h

Issue 647883002: git cl format the final third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 d7df8c9ae4430ed0bf8c25d1847ddeb39a585512..97d9cde0e53029913c82f742bb3e0fd8be21488d 100644
--- a/net/base/upload_data_stream.h
+++ b/net/base/upload_data_stream.h
@@ -86,8 +86,7 @@ class NET_EXPORT UploadDataStream {
virtual bool IsInMemory() const;
// Returns a list of element readers owned by |this|, if it has any.
- virtual const ScopedVector<UploadElementReader>*
- GetElementReaders() const;
+ virtual const ScopedVector<UploadElementReader>* GetElementReaders() const;
protected:
// Must be called by subclasses when InitInternal and ReadInternal complete

Powered by Google App Engine
This is Rietveld 408576698