| Index: chrome/browser/ui/views/location_bar/location_icon_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/location_icon_view.cc (revision 151481)
|
| +++ chrome/browser/ui/views/location_bar/location_icon_view.cc (working copy)
|
| @@ -28,7 +28,7 @@
|
| }
|
|
|
| ui::GestureStatus LocationIconView::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;
|
|
|