| Index: chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc
|
| diff --git a/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc b/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc
|
| index db590db6df7d03ca2b475672f374922205e413d5..48f2588ed8a860c96136960ec6c558307040141a 100644
|
| --- a/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc
|
| +++ b/chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc
|
| @@ -58,7 +58,7 @@ TouchAutocompletePopupContentsView::TouchAutocompletePopupContentsView(
|
| OmniboxView* omnibox_view,
|
| AutocompleteEditModel* edit_model,
|
| Profile* profile,
|
| - const views::View* location_bar)
|
| + views::View* location_bar)
|
| : AutocompletePopupContentsView(font, omnibox_view, edit_model, profile,
|
| location_bar) {
|
| }
|
|
|