| Index: ash/system/locale/tray_locale.h
|
| diff --git a/ash/system/locale/tray_locale.h b/ash/system/locale/tray_locale.h
|
| index a78f2b381887b7d4f71b16c8bde32be9594908f6..d4a6611fbabe532f1422da84a37fa0a63ec1cba7 100644
|
| --- a/ash/system/locale/tray_locale.h
|
| +++ b/ash/system/locale/tray_locale.h
|
| @@ -20,7 +20,7 @@ class LocaleNotificationView;
|
| class TrayLocale : public SystemTrayItem,
|
| public LocaleObserver {
|
| public:
|
| - TrayLocale();
|
| + explicit TrayLocale(SystemTray* system_tray);
|
| virtual ~TrayLocale();
|
|
|
| private:
|
|
|