| Index: chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h (revision 95527)
|
| +++ chrome/browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h (working copy)
|
| @@ -11,7 +11,6 @@
|
|
|
| class AutocompleteEditModel;
|
| class OmniboxView;
|
| -class Profile;
|
|
|
| namespace gfx {
|
| class Canvas;
|
| @@ -47,7 +46,6 @@
|
| TouchAutocompletePopupContentsView(const gfx::Font& font,
|
| OmniboxView* omnibox_view,
|
| AutocompleteEditModel* edit_model,
|
| - Profile* profile,
|
| const views::View* location_bar);
|
| virtual ~TouchAutocompletePopupContentsView();
|
|
|
|
|