| 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 101427141d8ea51f42326685395f89ad4968705c..b7dab9157c4c324ff1c56d6186669fb1b38e01dd 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 GtkThemeService;
|
| +class ThemeServiceGtk;
|
| class MenuGtk;
|
| class PopupPageMenuModel;
|
| class TabContents;
|
| @@ -291,7 +291,7 @@ class BrowserTitlebar : public content::NotificationObserver,
|
| scoped_ptr<AvatarMenuButtonGtk> avatar_button_;
|
|
|
| // Theme provider for building buttons.
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| content::NotificationRegistrar registrar_;
|
| };
|
|
|