| Index: components/sync_driver/shared_change_processor_ref.h
|
| diff --git a/components/sync_driver/shared_change_processor_ref.h b/components/sync_driver/shared_change_processor_ref.h
|
| index e5dec81ca4420b368e5f890f28e30acce824adff..ba1eae156b2f20b33b4aa0695270f6b1fbb59a96 100644
|
| --- a/components/sync_driver/shared_change_processor_ref.h
|
| +++ b/components/sync_driver/shared_change_processor_ref.h
|
| @@ -26,18 +26,18 @@ class SharedChangeProcessorRef : public syncer::SyncChangeProcessor,
|
| // syncer::SyncChangeProcessor implementation.
|
| virtual syncer::SyncError ProcessSyncChanges(
|
| const tracked_objects::Location& from_here,
|
| - const syncer::SyncChangeList& change_list) OVERRIDE;
|
| + const syncer::SyncChangeList& change_list) override;
|
| virtual syncer::SyncDataList GetAllSyncData(
|
| - syncer::ModelType type) const OVERRIDE;
|
| + syncer::ModelType type) const override;
|
| virtual syncer::SyncError UpdateDataTypeContext(
|
| syncer::ModelType type,
|
| syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
|
| - const std::string& context) OVERRIDE;
|
| + const std::string& context) override;
|
|
|
| // syncer::SyncErrorFactory implementation.
|
| virtual syncer::SyncError CreateAndUploadError(
|
| const tracked_objects::Location& from_here,
|
| - const std::string& message) OVERRIDE;
|
| + const std::string& message) override;
|
|
|
| // Default copy and assign welcome (and safe due to refcounted-ness).
|
|
|
|
|