Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc |
=================================================================== |
--- chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc (revision 151481) |
+++ chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc (working copy) |
@@ -359,7 +359,7 @@ |
} |
ui::GestureStatus OmniboxPopupContentsView::OnGestureEvent( |
- const views::GestureEvent& event) { |
+ const ui::GestureEvent& event) { |
switch (event.type()) { |
case ui::ET_GESTURE_TAP_DOWN: |
case ui::ET_GESTURE_SCROLL_BEGIN: |