| Index: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h (revision 95527)
|
| +++ chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h (working copy)
|
| @@ -25,16 +25,14 @@
|
| class AutocompletePopupModel;
|
| class GtkThemeService;
|
| class OmniboxView;
|
| -class Profile;
|
| class SkBitmap;
|
|
|
| class OmniboxPopupViewGtk : public AutocompletePopupView,
|
| - public NotificationObserver {
|
| + public NotificationObserver {
|
| public:
|
| OmniboxPopupViewGtk(const gfx::Font& font,
|
| OmniboxView* omnibox_view,
|
| AutocompleteEditModel* edit_model,
|
| - Profile* profile,
|
| GtkWidget* location_bar);
|
| virtual ~OmniboxPopupViewGtk();
|
|
|
|
|