| Index: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| index bd0f8c2d6a6d3f73597927f6bbbca1a81429f1d0..5a250a835252dff45a0d5342acfd2bcd57658a17 100644
|
| --- a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| @@ -24,7 +24,7 @@
|
|
|
| class AutocompleteEditModel;
|
| class AutocompletePopupModel;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
| class OmniboxView;
|
| class SkBitmap;
|
|
|
| @@ -116,7 +116,7 @@ class OmniboxPopupViewGtk : public AutocompletePopupView,
|
| // The pango layout object created from the window, cached across exposes.
|
| PangoLayout* layout_;
|
|
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
| content::NotificationRegistrar registrar_;
|
|
|
| // Font used for suggestions after being derived from the constructor's
|
|
|