Index: chrome/browser/sync_file_system/local/syncable_file_operation_runner.h |
diff --git a/chrome/browser/sync_file_system/local/syncable_file_operation_runner.h b/chrome/browser/sync_file_system/local/syncable_file_operation_runner.h |
index f16bb0a3753793c5e0ff21adb6c97bfee7d09062..8d18818605a1238e1924ddcf84dd57e0e12a180c 100644 |
--- a/chrome/browser/sync_file_system/local/syncable_file_operation_runner.h |
+++ b/chrome/browser/sync_file_system/local/syncable_file_operation_runner.h |
@@ -57,8 +57,8 @@ class SyncableFileOperationRunner |
virtual ~SyncableFileOperationRunner(); |
// LocalFileSyncStatus::Observer overrides. |
- virtual void OnSyncEnabled(const storage::FileSystemURL& url) OVERRIDE; |
- virtual void OnWriteEnabled(const storage::FileSystemURL& url) OVERRIDE; |
+ virtual void OnSyncEnabled(const storage::FileSystemURL& url) override; |
+ virtual void OnWriteEnabled(const storage::FileSystemURL& url) override; |
// Runs the given |task| if no sync operation is running on any of |
// its target_paths(). This also runs pending tasks that have become |