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

Unified Diff: net/base/mock_file_stream.h

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: 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/mock_file_stream.h
diff --git a/net/base/mock_file_stream.h b/net/base/mock_file_stream.h
index abceb1b0ce07907b8c824fac7e80545eeaaa19da..756f608e4826e34be0421b71abd4c4cd22dd5f48 100644
--- a/net/base/mock_file_stream.h
+++ b/net/base/mock_file_stream.h
@@ -28,7 +28,8 @@ class MockFileStream : public net::FileStream {
virtual ~MockFileStream();
// FileStream methods.
- virtual int Seek(base::File::Whence whence, int64 offset,
+ virtual int Seek(base::File::Whence whence,
+ int64 offset,
const Int64CompletionCallback& callback) override;
virtual int Read(IOBuffer* buf,
int buf_len,

Powered by Google App Engine
This is Rietveld 408576698