| Index: chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
|
| index 1701146cf69b95ea08a4ff87b2c90f1f1f26c067..88a893e3e9ba6b8d4409112ab146e9d7792835d7 100644
|
| --- a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
|
| @@ -39,7 +39,7 @@ namespace ui {
|
| class MultiAnimation;
|
| }
|
|
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
|
|
| class OmniboxViewGtk : public OmniboxView,
|
| public content::NotificationObserver,
|
| @@ -408,7 +408,7 @@ class OmniboxViewGtk : public OmniboxView,
|
| bool button_1_pressed_;
|
|
|
| // Supplies colors, et cetera.
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
|
|