| Index: ash/system/locale/locale_notification_controller.cc
|
| diff --git a/ash/system/locale/locale_notification_controller.cc b/ash/system/locale/locale_notification_controller.cc
|
| index 20351adf8697e847ed5dcc64eb6ce91c9425d894..8b00960f00e57d8ff53cffb13eb4e23648427bf6 100644
|
| --- a/ash/system/locale/locale_notification_controller.cc
|
| +++ b/ash/system/locale/locale_notification_controller.cc
|
| @@ -71,8 +71,7 @@ void LocaleNotificationDelegate::ButtonClick(int button_index) {
|
|
|
| } // namespace
|
|
|
| -LocaleNotificationController::LocaleNotificationController()
|
| - : delegate_(NULL) {
|
| +LocaleNotificationController::LocaleNotificationController() {
|
| Shell::GetInstance()->system_tray_notifier()->AddLocaleObserver(this);
|
| }
|
|
|
|
|