| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.cc b/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
| index cdab9b30190ce812fdc320e33dec5d49bd50cd8b..4477bb08423558cb648115702e7017dc5126649b 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
| @@ -140,7 +140,7 @@ OmniboxViewViews::OmniboxViewViews(AutocompleteEditController* controller,
|
| Profile* profile,
|
| CommandUpdater* command_updater,
|
| bool popup_window_mode,
|
| - const views::View* location_bar)
|
| + views::View* location_bar)
|
| : model_(new AutocompleteEditModel(this, controller, profile)),
|
| popup_view_(CreatePopupView(profile, location_bar)),
|
| controller_(controller),
|
| @@ -690,7 +690,7 @@ void OmniboxViewViews::SelectRange(size_t caret, size_t end) {
|
|
|
| AutocompletePopupView* OmniboxViewViews::CreatePopupView(
|
| Profile* profile,
|
| - const View* location_bar) {
|
| + View* location_bar) {
|
| #if defined(TOUCH_UI)
|
| typedef TouchAutocompletePopupContentsView AutocompleteContentsView;
|
| #else
|
|
|