| Index: ash/system/locale/locale_notification_controller.h | 
| diff --git a/ash/system/locale/locale_notification_controller.h b/ash/system/locale/locale_notification_controller.h | 
| index 6ec3aefbbb21ff28f4ddff2c1786e73aa725db61..67edfbaa36f71044d38211523b6bedecbda5d951 100644 | 
| --- a/ash/system/locale/locale_notification_controller.h | 
| +++ b/ash/system/locale/locale_notification_controller.h | 
| @@ -24,7 +24,7 @@ class LocaleNotificationController : public LocaleObserver { | 
| virtual void OnLocaleChanged(LocaleObserver::Delegate* delegate, | 
| const std::string& cur_locale, | 
| const std::string& from_locale, | 
| -                               const std::string& to_locale) OVERRIDE; | 
| +                               const std::string& to_locale) override; | 
|  | 
| LocaleObserver::Delegate* delegate_; | 
| std::string cur_locale_; | 
|  |