| Index: chrome/browser/sync_file_system/local/canned_syncable_file_system.h
|
| diff --git a/chrome/browser/sync_file_system/local/canned_syncable_file_system.h b/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
|
| index ab9b1fe6287470ae8df9d12dbc44e3ccc62f9c3d..cd7d478136d98b7578b2f86a6d6b455aa35f4ecb 100644
|
| --- a/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
|
| +++ b/chrome/browser/sync_file_system/local/canned_syncable_file_system.h
|
| @@ -159,8 +159,8 @@ class CannedSyncableFileSystem
|
| storage::FileSystemOperationRunner* operation_runner();
|
|
|
| // 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;
|
|
|
| // Operation methods body.
|
| // They can be also called directly if the caller is already on IO thread.
|
|
|