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

Unified Diff: net/base/mock_file_stream.h

Issue 323683002: net: FileStream cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DCHECK, fix ASSERT message Created 6 years, 6 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 c9f07f02487c6d187fbe7392dd135d0f8cf134c6..55261b4393d8a4095f90a0214565b54b6a34f7a3 100644
--- a/net/base/mock_file_stream.h
+++ b/net/base/mock_file_stream.h
@@ -28,7 +28,7 @@ class MockFileStream : public net::FileStream {
virtual ~MockFileStream();
// FileStream methods.
- virtual int Seek(net::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