Index: chrome/browser/ui/views/autofill/autofill_popup_base_view.cc |
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc |
index 71b056a9281102564dab64c1c0774002a1873f57..7fe84bf08b39450350f56f14f7ea526d6b23d0dc 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc |
+++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc |
@@ -186,7 +186,7 @@ void AutofillPopupBaseView::OnGestureEvent(ui::GestureEvent* event) { |
case ui::ET_GESTURE_TAP: |
case ui::ET_GESTURE_SCROLL_END: |
if (HitTestPoint(event->location())) |
- SetSelection(event->location()); |
+ AcceptSelection(event->location()); |
else |
ClearSelection(); |
break; |