| Index: chrome/browser/sync/glue/history_delete_directives_data_type_controller.h
 | 
| diff --git a/chrome/browser/sync/glue/history_delete_directives_data_type_controller.h b/chrome/browser/sync/glue/history_delete_directives_data_type_controller.h
 | 
| index 7e2bf460e1e47a3c55617e122f87ca42c90cd572..ac5629074889fc4f7d9fd4ea7af60c19c3d7c035 100644
 | 
| --- a/chrome/browser/sync/glue/history_delete_directives_data_type_controller.h
 | 
| +++ b/chrome/browser/sync/glue/history_delete_directives_data_type_controller.h
 | 
| @@ -25,12 +25,12 @@ class HistoryDeleteDirectivesDataTypeController
 | 
|        ProfileSyncService* sync_service);
 | 
|  
 | 
|    // UIDataTypeController override.
 | 
| -  virtual bool ReadyForStart() const OVERRIDE;
 | 
| -  virtual bool StartModels() OVERRIDE;
 | 
| -  virtual void StopModels() OVERRIDE;
 | 
| +  virtual bool ReadyForStart() const override;
 | 
| +  virtual bool StartModels() override;
 | 
| +  virtual void StopModels() override;
 | 
|  
 | 
|    // ProfileSyncServiceBaseObserver implementation.
 | 
| -  virtual void OnStateChanged() OVERRIDE;
 | 
| +  virtual void OnStateChanged() override;
 | 
|  
 | 
|   private:
 | 
|    // Refcounted.
 | 
| 
 |