summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/file_system_provider/operations/operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/file_system_provider/operations/operation.h')
-rw-r--r--chrome/browser/chromeos/file_system_provider/operations/operation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/file_system_provider/operations/operation.h b/chrome/browser/chromeos/file_system_provider/operations/operation.h
index 205b9d4..fa5f2dd 100644
--- a/chrome/browser/chromeos/file_system_provider/operations/operation.h
+++ b/chrome/browser/chromeos/file_system_provider/operations/operation.h
@@ -37,13 +37,13 @@ class Operation : public RequestManager::HandlerInterface {
virtual ~Operation();
// RequestManager::HandlerInterface overrides.
- virtual bool Execute(int request_id) OVERRIDE = 0;
+ virtual bool Execute(int request_id) override = 0;
virtual void OnSuccess(int request_id,
scoped_ptr<RequestValue> result,
- bool has_more) OVERRIDE = 0;
+ bool has_more) override = 0;
virtual void OnError(int request_id,
scoped_ptr<RequestValue> result,
- base::File::Error error) OVERRIDE = 0;
+ base::File::Error error) override = 0;
// Sets custom dispatchign event implementation for tests.
void SetDispatchEventImplForTesting(