| Index: net/base/file_stream_context.h | 
| diff --git a/net/base/file_stream_context.h b/net/base/file_stream_context.h | 
| index 5493e251c66a2d2bf6b66a3fc7a63e09608c4713..da52d1d514c373916fc722d11cff38b3b493f8cf 100644 | 
| --- a/net/base/file_stream_context.h | 
| +++ b/net/base/file_stream_context.h | 
| @@ -65,13 +65,9 @@ class FileStream::Context { | 
| ~Context(); | 
| #endif | 
|  | 
| -  int Read(IOBuffer* buf, | 
| -           int buf_len, | 
| -           const CompletionCallback& callback); | 
| +  int Read(IOBuffer* buf, int buf_len, const CompletionCallback& callback); | 
|  | 
| -  int Write(IOBuffer* buf, | 
| -            int buf_len, | 
| -            const CompletionCallback& callback); | 
| +  int Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback); | 
|  | 
| const base::File& file() const { return file_; } | 
| bool async_in_progress() const { return async_in_progress_; } | 
|  |