Index: ash/system/tray/tray_notification_view.h |
=================================================================== |
--- ash/system/tray/tray_notification_view.h (revision 151481) |
+++ ash/system/tray/tray_notification_view.h (working copy) |
@@ -55,7 +55,7 @@ |
// Overridden from views::View. |
virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE; |
virtual ui::GestureStatus OnGestureEvent( |
- const views::GestureEvent& event) OVERRIDE; |
+ const ui::GestureEvent& event) OVERRIDE; |
protected: |
// Called when the close button is pressed. Does nothing by default. |