Index: ash/system/date/date_view.h |
=================================================================== |
--- ash/system/date/date_view.h (revision 151055) |
+++ ash/system/date/date_view.h (working copy) |
@@ -64,7 +64,7 @@ |
virtual void UpdateTextInternal(const base::Time& now) OVERRIDE; |
// Overridden from ActionableView. |
- virtual bool PerformAction(const views::Event& event) OVERRIDE; |
+ virtual bool PerformAction(const ui::Event& event) OVERRIDE; |
// Overridden from views::View. |
virtual void OnMouseEntered(const views::MouseEvent& event) OVERRIDE; |
@@ -101,7 +101,7 @@ |
virtual void UpdateTextInternal(const base::Time& now) OVERRIDE; |
// Overridden from ActionableView. |
- virtual bool PerformAction(const views::Event& event) OVERRIDE; |
+ virtual bool PerformAction(const ui::Event& event) OVERRIDE; |
// Overridden from views::View. |
virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; |