| Index: chrome/browser/ui/gtk/infobars/infobar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/infobars/infobar_gtk.h b/chrome/browser/ui/gtk/infobars/infobar_gtk.h
|
| index 626f7b67f124ca59fcb789246693c5603e879172..33cefbfe1e42d11bbace8535dc90729fa5ae67db 100644
|
| --- a/chrome/browser/ui/gtk/infobars/infobar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/infobars/infobar_gtk.h
|
| @@ -20,7 +20,7 @@
|
| #include "ui/base/gtk/owned_widget_gtk.h"
|
|
|
| class CustomDrawButton;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
|
|
| namespace ui {
|
| class GtkSignalRegistrar;
|
| @@ -110,7 +110,7 @@ class InfoBarGtk : public InfoBar,
|
| scoped_ptr<CustomDrawButton> close_button_;
|
|
|
| // The theme provider, used for getting border colors.
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
|
|