| Index: ash/system/locale/tray_locale.cc
|
| diff --git a/ash/system/locale/tray_locale.cc b/ash/system/locale/tray_locale.cc
|
| index 4f7fefab15b199f22b0f0f0945535dbd4c55d5ed..a065c8f7c94284e37e673270d2886b50ee73eba1 100644
|
| --- a/ash/system/locale/tray_locale.cc
|
| +++ b/ash/system/locale/tray_locale.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/system/locale/tray_locale.h"
|
|
|
| +#include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/tray_constants.h"
|
| #include "ash/system/tray/tray_notification_view.h"
|
| #include "ash/system/tray/tray_views.h"
|
| @@ -109,8 +110,9 @@ class LocaleNotificationView : public TrayNotificationView {
|
|
|
| } // namespace tray
|
|
|
| -TrayLocale::TrayLocale()
|
| - : notification_(NULL),
|
| +TrayLocale::TrayLocale(SystemTray* system_tray)
|
| + : SystemTrayItem(system_tray),
|
| + notification_(NULL),
|
| delegate_(NULL) {
|
| }
|
|
|
|
|