Chromium Code Reviews| Index: ash/system/tray/tray_views.cc |
| =================================================================== |
| --- ash/system/tray/tray_views.cc (revision 151481) |
| +++ ash/system/tray/tray_views.cc (working copy) |
| @@ -149,7 +149,7 @@ |
| } |
| ui::GestureStatus ActionableView::OnGestureEvent( |
| - const views::GestureEvent& event) { |
| + const ui::GestureEvent& event) { |
| if (event.type() == ui::ET_GESTURE_TAP) { |
| return PerformAction(event) ? ui::GESTURE_STATUS_CONSUMED : |
| ui::GESTURE_STATUS_UNKNOWN; |