Index: ash/system/tray/tray_views.h |
=================================================================== |
--- ash/system/tray/tray_views.h (revision 150588) |
+++ ash/system/tray/tray_views.h (working copy) |
@@ -74,7 +74,7 @@ |
virtual bool PerformAction(const views::Event& event) = 0; |
// Overridden from views::View. |
- virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE; |
+ virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE; |
virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; |
virtual void OnMouseReleased(const views::MouseEvent& event) OVERRIDE; |
virtual void OnMouseCaptureLost() OVERRIDE; |