Index: ash/system/web_notification/web_notification_tray.cc |
=================================================================== |
--- ash/system/web_notification/web_notification_tray.cc (revision 151481) |
+++ ash/system/web_notification/web_notification_tray.cc (working copy) |
@@ -436,7 +436,7 @@ |
} |
virtual ui::GestureStatus OnGestureEvent( |
- const views::GestureEvent& event) OVERRIDE { |
+ const ui::GestureEvent& event) OVERRIDE { |
if (event.type() != ui::ET_GESTURE_TAP) |
return ui::GESTURE_STATUS_UNKNOWN; |
tray_->OnClicked(notification_.id); |