| Index: chrome/browser/chromeos/file_system_provider/fileapi/file_stream_writer.h
 | 
| diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/file_stream_writer.h b/chrome/browser/chromeos/file_system_provider/fileapi/file_stream_writer.h
 | 
| index 120f3d3e81c59bc7298bf080dc284dbf383a52b1..991d9ab22a586c18f3b096a4e764a35160d76b06 100644
 | 
| --- a/chrome/browser/chromeos/file_system_provider/fileapi/file_stream_writer.h
 | 
| +++ b/chrome/browser/chromeos/file_system_provider/fileapi/file_stream_writer.h
 | 
| @@ -29,9 +29,9 @@ class FileStreamWriter : public storage::FileStreamWriter {
 | 
|    // storage::FileStreamWriter overrides.
 | 
|    virtual int Write(net::IOBuffer* buf,
 | 
|                      int buf_len,
 | 
| -                    const net::CompletionCallback& callback) OVERRIDE;
 | 
| -  virtual int Cancel(const net::CompletionCallback& callback) OVERRIDE;
 | 
| -  virtual int Flush(const net::CompletionCallback& callback) OVERRIDE;
 | 
| +                    const net::CompletionCallback& callback) override;
 | 
| +  virtual int Cancel(const net::CompletionCallback& callback) override;
 | 
| +  virtual int Flush(const net::CompletionCallback& callback) override;
 | 
|  
 | 
|   private:
 | 
|    // Helper class for executing operations on the provided file system. All
 | 
| 
 |