| Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc | 
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc | 
| index 5b3a614ba5498564674fe5f8ba680f5f30f577ea..c58469e334ab371d9ed5545b1be0f880a62f49ad 100644 | 
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc | 
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc | 
| @@ -307,8 +307,8 @@ void OmniboxPopupContentsView::Layout() { | 
| SchedulePaint(); | 
| } | 
|  | 
| -views::View* OmniboxPopupContentsView::GetEventHandlerForPoint( | 
| -    const gfx::Point& point) { | 
| +views::View* OmniboxPopupContentsView::GetEventHandler(const gfx::Rect& rect, | 
| +                                                       EventType type) { | 
| return this; | 
| } | 
|  | 
|  |