| Index: chrome/browser/ui/gtk/status_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/status_bubble_gtk.h b/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| index e54d9f1ac2e5cd92327e5e53ae66f18a3ccec0d6..1a13a8e9be6277e6c559f60997ae2984f0c4f9ae 100644
|
| --- a/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/status_bubble_gtk.h
|
| @@ -22,7 +22,7 @@
|
| #include "ui/base/gtk/owned_widget_gtk.h"
|
| #include "ui/gfx/point.h"
|
|
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
| class Profile;
|
|
|
| namespace ui {
|
| @@ -116,7 +116,7 @@ class StatusBubbleGtk : public StatusBubble,
|
| content::NotificationRegistrar registrar_;
|
|
|
| // Provides colors.
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| // The toplevel event box.
|
| ui::OwnedWidgetGtk container_;
|
|
|