| Index: components/password_manager/core/browser/password_syncable_service.h
|
| diff --git a/components/password_manager/core/browser/password_syncable_service.h b/components/password_manager/core/browser/password_syncable_service.h
|
| index a2c60dcc55c747ee5881064efbe0ce53259a209a..afec988d0e01f22e770197c36c09d01f1bdb6095 100644
|
| --- a/components/password_manager/core/browser/password_syncable_service.h
|
| +++ b/components/password_manager/core/browser/password_syncable_service.h
|
| @@ -49,13 +49,13 @@ class PasswordSyncableService : public syncer::SyncableService,
|
| syncer::ModelType type,
|
| const syncer::SyncDataList& initial_sync_data,
|
| scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
|
| - scoped_ptr<syncer::SyncErrorFactory> error_handler) OVERRIDE;
|
| - virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
|
| + scoped_ptr<syncer::SyncErrorFactory> error_handler) override;
|
| + virtual void StopSyncing(syncer::ModelType type) override;
|
| virtual syncer::SyncDataList GetAllSyncData(
|
| - syncer::ModelType type) const OVERRIDE;
|
| + syncer::ModelType type) const override;
|
| virtual syncer::SyncError ProcessSyncChanges(
|
| const tracked_objects::Location& from_here,
|
| - const syncer::SyncChangeList& change_list) OVERRIDE;
|
| + const syncer::SyncChangeList& change_list) override;
|
|
|
| // Notifies the Sync engine of changes to the password database.
|
| void ActOnPasswordStoreChanges(const PasswordStoreChangeList& changes);
|
|
|