| Index: chrome/browser/ui/views/location_bar/ev_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/ev_bubble_view.cc (revision 151481)
|
| +++ chrome/browser/ui/views/location_bar/ev_bubble_view.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| }
|
|
|
| ui::GestureStatus EVBubbleView::OnGestureEvent(
|
| - const views::GestureEvent& event) {
|
| + const ui::GestureEvent& event) {
|
| if (event.type() == ui::ET_GESTURE_TAP) {
|
| page_info_helper_.ProcessEvent(event);
|
| return ui::GESTURE_STATUS_CONSUMED;
|
|
|