| Index: sync/api/syncable_service.h
|
| diff --git a/sync/api/syncable_service.h b/sync/api/syncable_service.h
|
| index 9b68d29eadff0a3c47d7d7ea3dce7714d6af0502..b5861e28d11ba98a3d9981a22756ff47f9f2220c 100644
|
| --- a/sync/api/syncable_service.h
|
| +++ b/sync/api/syncable_service.h
|
| @@ -64,7 +64,7 @@ class SYNC_EXPORT SyncableService
|
| // otherwise.
|
| virtual SyncError ProcessSyncChanges(
|
| const tracked_objects::Location& from_here,
|
| - const SyncChangeList& change_list) OVERRIDE = 0;
|
| + const SyncChangeList& change_list) override = 0;
|
|
|
| // Returns AttachmentStore used by datatype. Attachment store is used by sync
|
| // when uploading or downloading attachments.
|
|
|