Index: chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h |
=================================================================== |
--- chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h (revision 95527) |
+++ chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h (working copy) |
@@ -36,7 +36,6 @@ |
AutocompletePopupContentsView(const gfx::Font& font, |
OmniboxView* omnibox_view, |
AutocompleteEditModel* edit_model, |
- Profile* profile, |
const views::View* location_bar); |
virtual ~AutocompletePopupContentsView(); |
@@ -143,6 +142,8 @@ |
// The edit view that invokes us. |
OmniboxView* omnibox_view_; |
+ Profile* profile_; |
+ |
// An object that the popup positions itself against. |
const views::View* location_bar_; |