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

Unified Diff: net/base/elements_upload_data_stream.h

Issue 649763002: git cl format the second 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/elements_upload_data_stream.h
diff --git a/net/base/elements_upload_data_stream.h b/net/base/elements_upload_data_stream.h
index 194deb31104261566f080deef69e8ff82c7e56f3..9e3d2eec634c45dc9e4135db9041210a551c789c 100644
--- a/net/base/elements_upload_data_stream.h
+++ b/net/base/elements_upload_data_stream.h
@@ -37,8 +37,8 @@ class NET_EXPORT ElementsUploadDataStream : public UploadDataStream {
private:
// UploadDataStream implementation.
virtual bool IsInMemory() const OVERRIDE;
- virtual const ScopedVector<UploadElementReader>*
- GetElementReaders() const OVERRIDE;
+ virtual const ScopedVector<UploadElementReader>* GetElementReaders()
+ const OVERRIDE;
virtual int InitInternal() OVERRIDE;
virtual int ReadInternal(IOBuffer* buf, int buf_len) OVERRIDE;
virtual void ResetInternal() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698