Chromium Code Reviews| Index: ash/system/tray/tray_notification_view.cc |
| =================================================================== |
| --- ash/system/tray/tray_notification_view.cc (revision 151481) |
| +++ ash/system/tray/tray_notification_view.cc (working copy) |
| @@ -121,7 +121,7 @@ |
| } |
| ui::GestureStatus TrayNotificationView::OnGestureEvent( |
| - const views::GestureEvent& event) { |
| + const ui::GestureEvent& event) { |
| if (event.type() != ui::ET_GESTURE_TAP) |
| return ui::GESTURE_STATUS_UNKNOWN; |
| HandleClickAction(); |