| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.h | 
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h | 
| index 715b40c8316d52542f78d769d2acc1e89f8a4a35..ca690499dd0fc0dd831a76aba5bfb38cd4b14025 100644 | 
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h | 
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h | 
| @@ -73,17 +73,17 @@ class AutofillProfileSyncableService | 
| syncer::ModelType type, | 
| const syncer::SyncDataList& initial_sync_data, | 
| scoped_ptr<syncer::SyncChangeProcessor> sync_processor, | 
| -      scoped_ptr<syncer::SyncErrorFactory> sync_error_factory) OVERRIDE; | 
| -  virtual void StopSyncing(syncer::ModelType type) OVERRIDE; | 
| +      scoped_ptr<syncer::SyncErrorFactory> sync_error_factory) 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; | 
|  | 
| // AutofillWebDataServiceObserverOnDBThread implementation. | 
| virtual void AutofillProfileChanged( | 
| -      const AutofillProfileChange& change) OVERRIDE; | 
| +      const AutofillProfileChange& change) override; | 
|  | 
| // Provides a StartSyncFlare to the SyncableService. See | 
| // sync_start_util for more. | 
|  |