| 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 7ea476a8ed114b79efb7ae9439b77f10f3ff95ae..f0411d5592edfe99adb69f4b4bf1a9bb9f8e6346 100644
|
| --- a/ash/system/locale/locale_notification_controller.h
|
| +++ b/ash/system/locale/locale_notification_controller.h
|
| @@ -29,7 +29,7 @@ class LocaleNotificationController
|
| void OnLocaleChanged(const std::string& cur_locale,
|
| const std::string& from_locale,
|
| const std::string& to_locale,
|
| - const OnLocaleChangedCallback& callback) override;
|
| + OnLocaleChangedCallback callback) override;
|
|
|
| std::string cur_locale_;
|
| std::string from_locale_;
|
|
|