| Index: ash/system/chromeos/tray_caps_lock.h
|
| diff --git a/ash/system/chromeos/tray_caps_lock.h b/ash/system/chromeos/tray_caps_lock.h
|
| index 49251d235e764ab63204e0d428599ad4621871ff..74eea29b105330a2df88433f5717a6f5b494c290 100644
|
| --- a/ash/system/chromeos/tray_caps_lock.h
|
| +++ b/ash/system/chromeos/tray_caps_lock.h
|
| @@ -6,7 +6,7 @@
|
| #define ASH_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
|
|
|
| #include "ash/system/tray/tray_image_item.h"
|
| -#include "chromeos/ime/xkeyboard.h"
|
| +#include "chromeos/ime/ime_keyboard.h"
|
| #include "ui/events/event_handler.h"
|
|
|
| namespace views {
|
| @@ -19,13 +19,13 @@ class CapsLockDefaultView;
|
|
|
| class TrayCapsLock : public TrayImageItem,
|
| public ui::EventHandler,
|
| - public chromeos::input_method::XKeyboard::Observer {
|
| + public chromeos::input_method::ImeKeyboard::Observer {
|
| public:
|
| explicit TrayCapsLock(SystemTray* system_tray);
|
| virtual ~TrayCapsLock();
|
|
|
| private:
|
| - // Overriden from chromeos::input_method::XKeyboard::Observer:
|
| + // Overriden from chromeos::input_method::ImeKeyboard::Observer:
|
| virtual void OnCapsLockChanged(bool enabled) OVERRIDE;
|
|
|
| // ui::EventHandler:
|
|
|