Index: ash/common/system/chromeos/ime_menu/ime_menu_tray.h |
diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h |
index c10eb98478e2bc2cfb834708286a351a289fa951..d4f733d97b63b5d7a56c92802b9e10a97c7c0e2c 100644 |
--- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h |
+++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h |
@@ -18,6 +18,7 @@ class Label; |
} // namespace views |
namespace ash { |
+class ImeListView; |
class StatusAreaWidget; |
class WmWindow; |
@@ -70,6 +71,7 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView, |
// Bubble for default and detailed views. |
std::unique_ptr<TrayBubbleWrapper> bubble_; |
+ ImeListView* ime_list_view_; |
views::Label* label_; |
IMEInfo current_ime_; |