| Index: chrome/browser/chromeos/file_system_provider/operations/create_directory.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/create_directory.h b/chrome/browser/chromeos/file_system_provider/operations/create_directory.h
|
| index d693c0f21d7ad52a9a00783addb5db9a8ce27bc8..94299d716a377f65812a36174c22c162303eb9a0 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/create_directory.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/create_directory.h
|
| @@ -38,13 +38,13 @@ class CreateDirectory : public Operation {
|
| virtual ~CreateDirectory();
|
|
|
| // 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:
|
| base::FilePath directory_path_;
|
|
|