| Index: chrome/browser/ui/gtk/avatar_menu_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/avatar_menu_bubble_gtk.h b/chrome/browser/ui/gtk/avatar_menu_bubble_gtk.h
|
| index f9f316128b3f7f531743dd921a5a51220f345961..eecb8798df71d0a8342451efaa75de84814f0797 100644
|
| --- a/chrome/browser/ui/gtk/avatar_menu_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/avatar_menu_bubble_gtk.h
|
| @@ -22,7 +22,7 @@
|
|
|
| class AvatarMenuModel;
|
| class Browser;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
|
|
| // This bubble is displayed when the user clicks on the avatar button.
|
| // It displays a list of profiles and allows users to switch between profiles.
|
| @@ -77,7 +77,7 @@ class AvatarMenuBubbleGtk : public BubbleDelegateGtk,
|
| BubbleGtk* bubble_;
|
|
|
| // A weak pointer to the theme service.
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| // A weak pointer to the new proifle link to keep its theme information
|
| // updated.
|
|
|