| Index: chrome/browser/chromeos/file_system_provider/operations/write_file.h
 | 
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/write_file.h b/chrome/browser/chromeos/file_system_provider/operations/write_file.h
 | 
| index fa414ab000406919dfb8ce2eacb7a6d8d46609cc..ad0670c4a16884c466c5cff791ab6e937ea5e74c 100644
 | 
| --- a/chrome/browser/chromeos/file_system_provider/operations/write_file.h
 | 
| +++ b/chrome/browser/chromeos/file_system_provider/operations/write_file.h
 | 
| @@ -42,13 +42,13 @@ class WriteFile : public Operation {
 | 
|    virtual ~WriteFile();
 | 
|  
 | 
|    // Operation overrides.
 | 
| -  virtual bool Execute(int request_id) OVERRIDE;
 | 
| +  virtual bool Execute(int request_id) override;
 | 
|    virtual void OnSuccess(int request_id,
 | 
|                           scoped_ptr<RequestValue> result,
 | 
| -                         bool has_more) OVERRIDE;
 | 
| +                         bool has_more) override;
 | 
|    virtual void OnError(int request_id,
 | 
|                         scoped_ptr<RequestValue> result,
 | 
| -                       base::File::Error error) OVERRIDE;
 | 
| +                       base::File::Error error) override;
 | 
|  
 | 
|   private:
 | 
|    int file_handle_;
 | 
| 
 |