| Index: ash/system/ime_menu/ime_menu_tray.h
|
| diff --git a/ash/system/ime_menu/ime_menu_tray.h b/ash/system/ime_menu/ime_menu_tray.h
|
| index 1bf5a1abbf79da1b783167096afdf1619ad971d3..19ab11e2b6f2b3c4e82a149925b982ba9855bcfe 100644
|
| --- a/ash/system/ime_menu/ime_menu_tray.h
|
| +++ b/ash/system/ime_menu/ime_menu_tray.h
|
| @@ -32,7 +32,7 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
|
| public keyboard::KeyboardControllerObserver,
|
| public VirtualKeyboardObserver {
|
| public:
|
| - explicit ImeMenuTray(WmShelf* wm_shelf);
|
| + explicit ImeMenuTray(Shelf* shelf);
|
| ~ImeMenuTray() override;
|
|
|
| // Shows the IME menu bubble and highlights the button.
|
|
|