| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/omnibox/omnibox_view_views.h (revision 96793)
|
| +++ chrome/browser/ui/views/omnibox/omnibox_view_views.h (working copy)
|
| @@ -156,8 +156,7 @@
|
| // Selects the text given by |caret| and |end|.
|
| void SelectRange(size_t caret, size_t end);
|
|
|
| - AutocompletePopupView* CreatePopupView(Profile* profile,
|
| - View* location_bar);
|
| + AutocompletePopupView* CreatePopupView(View* location_bar);
|
|
|
| views::Textfield* textfield_;
|
|
|
|
|