| 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 3c578a76a85a25c72e8af2fd7d2005649e55ce3b..c7dcc66d4dbefe6db9eb1ed6e8f4f4ccec8c04cf 100644
|
| --- a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
|
| @@ -44,7 +44,7 @@ class View;
|
| }
|
|
|
| #if !defined(TOOLKIT_VIEWS)
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
| #endif
|
|
|
| class OmniboxViewGtk : public OmniboxView,
|
| @@ -443,7 +443,7 @@ class OmniboxViewGtk : public OmniboxView,
|
| views::View* location_bar_view_;
|
| #else
|
| // Supplies colors, et cetera.
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| content::NotificationRegistrar registrar_;
|
| #endif
|
|
|