| 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..f90ef8430f0b75afaa6d40c1fc60b7c02d656a8e 100644
|
| --- a/ash/system/locale/tray_locale.h
|
| +++ b/ash/system/locale/tray_locale.h
|
| @@ -11,6 +11,9 @@
|
| #include "ash/system/tray/system_tray_item.h"
|
|
|
| namespace ash {
|
| +
|
| +class SystemTray;
|
| +
|
| namespace internal {
|
|
|
| namespace tray {
|
| @@ -20,7 +23,7 @@ class LocaleNotificationView;
|
| class TrayLocale : public SystemTrayItem,
|
| public LocaleObserver {
|
| public:
|
| - TrayLocale();
|
| + explicit TrayLocale(SystemTray* system_tray);
|
| virtual ~TrayLocale();
|
|
|
| private:
|
|
|