| Index: ash/system/tray_caps_lock.cc
|
| ===================================================================
|
| --- ash/system/tray_caps_lock.cc (revision 151055)
|
| +++ ash/system/tray_caps_lock.cc (working copy)
|
| @@ -84,7 +84,7 @@
|
| }
|
|
|
| // 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;
|
|
|