| Index: chrome/browser/chromeos/file_system_provider/operations/read_file.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/read_file.h b/chrome/browser/chromeos/file_system_provider/operations/read_file.h
|
| index a94cfe400d7f28c58669167b51dc7110aff19559..a1a80bc27347718110293e2dc2f14140936fa6b3 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/read_file.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/read_file.h
|
| @@ -42,13 +42,13 @@ class ReadFile : public Operation {
|
| virtual ~ReadFile();
|
|
|
| // 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_;
|
|
|