Index: ash/system/tray/tray_background_view.h |
=================================================================== |
--- ash/system/tray/tray_background_view.h (revision 151406) |
+++ ash/system/tray/tray_background_view.h (working copy) |
@@ -59,8 +59,8 @@ |
virtual ~TrayBackgroundView(); |
// Overridden from views::View. |
- virtual void OnMouseEntered(const views::MouseEvent& event) OVERRIDE; |
- virtual void OnMouseExited(const views::MouseEvent& event) OVERRIDE; |
+ virtual void OnMouseEntered(const ui::MouseEvent& event) OVERRIDE; |
+ virtual void OnMouseExited(const ui::MouseEvent& event) OVERRIDE; |
virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE; |
// Overridden from internal::ActionableView. |