| Index: chrome/browser/ui/gtk/browser_titlebar.h
|
| diff --git a/chrome/browser/ui/gtk/browser_titlebar.h b/chrome/browser/ui/gtk/browser_titlebar.h
|
| index 6fd37a766749ec17e5f4412b2ca39192b774f9c6..0ed05f004277a53d1e6542d4f6e25e9fb257a873 100644
|
| --- a/chrome/browser/ui/gtk/browser_titlebar.h
|
| +++ b/chrome/browser/ui/gtk/browser_titlebar.h
|
| @@ -25,7 +25,7 @@
|
| class AvatarMenuButtonGtk;
|
| class BrowserWindowGtk;
|
| class CustomDrawButton;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
| class MenuGtk;
|
| class PopupPageMenuModel;
|
|
|
| @@ -127,7 +127,7 @@ class BrowserTitlebar : public content::NotificationObserver,
|
| CustomDrawButton* close_button() const { return close_button_.get(); }
|
| GtkWidget* app_mode_title() const { return app_mode_title_; }
|
|
|
| - ThemeServiceGtk* theme_service() const { return theme_service_; }
|
| + GtkThemeService* theme_service() const { return theme_service_; }
|
|
|
| private:
|
| // A helper class to keep track of which frame of the throbber animation
|
| @@ -293,7 +293,7 @@ class BrowserTitlebar : public content::NotificationObserver,
|
| scoped_ptr<AvatarMenuButtonGtk> avatar_button_;
|
|
|
| // Theme provider for building buttons.
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| content::NotificationRegistrar registrar_;
|
| };
|
|
|