| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| index 553b3357a3ad37bcc51711c1539160ec18d83106..8c0e5c0a3a139daa2ed76068cc1242bb2e0b4f16 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| @@ -47,7 +47,7 @@ class OmniboxViewViews : public views::View,
|
| Profile* profile,
|
| CommandUpdater* command_updater,
|
| bool popup_window_mode,
|
| - const views::View* location_bar);
|
| + views::View* location_bar);
|
| virtual ~OmniboxViewViews();
|
|
|
| // Initialize, create the underlying views, etc;
|
| @@ -157,7 +157,7 @@ class OmniboxViewViews : public views::View,
|
| void SelectRange(size_t caret, size_t end);
|
|
|
| AutocompletePopupView* CreatePopupView(Profile* profile,
|
| - const View* location_bar);
|
| + View* location_bar);
|
|
|
| views::Textfield* textfield_;
|
|
|
|
|