diff options
Diffstat (limited to 'ash/system/tray_caps_lock.cc')
-rw-r--r-- | ash/system/tray_caps_lock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/tray_caps_lock.cc b/ash/system/tray_caps_lock.cc index 01d572e..379845c 100644 --- a/ash/system/tray_caps_lock.cc +++ b/ash/system/tray_caps_lock.cc @@ -84,7 +84,7 @@ class CapsLockDefaultView : public ActionableView { } // Overridden from ActionableView: - virtual bool PerformAction(const views::Event& event) OVERRIDE { + virtual bool PerformAction(const ui::Event& event) OVERRIDE { Shell::GetInstance()->tray_delegate()->SetCapsLockEnabled( !Shell::GetInstance()->tray_delegate()->IsCapsLockOn()); return true; |