| Index: chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h | 
| diff --git a/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h | 
| index b9e5b8dfc529e6ea602d35c5774b3dbd379cc433..a5efa3a2a0e47132039c146bf94c1c8bb5321e75 100644 | 
| --- a/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h | 
| +++ b/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h | 
| @@ -24,7 +24,7 @@ class TouchOmniboxResultView : public OmniboxResultView { | 
| public: | 
| TouchOmniboxResultView(OmniboxResultViewModel* model, | 
| int model_index, | 
| -                         views::View* location_bar, | 
| +                         OmniboxViewDelegate* view_delegate, | 
| const gfx::Font& font); | 
|  | 
| private: | 
| @@ -45,7 +45,7 @@ class TouchOmniboxPopupContentsView | 
| TouchOmniboxPopupContentsView(const gfx::Font& font, | 
| OmniboxView* omnibox_view, | 
| OmniboxEditModel* edit_model, | 
| -                                views::View* location_bar); | 
| +                                OmniboxViewDelegate* view_delegate); | 
| virtual ~TouchOmniboxPopupContentsView(); | 
|  | 
| // OmniboxPopupContentsView: | 
|  |