| Index: chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| index 5fcf9d6de0cc1afb8b39847be24e52e2ba85e99f..7bd71cb574ace6a695ad375adb5d532f0ff58e1f 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -41,7 +41,7 @@ class CommandUpdater;
|
| class ContentSettingImageModel;
|
| class ContentSettingBubbleGtk;
|
| class ExtensionAction;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
| class SkBitmap;
|
| class ToolbarModel;
|
|
|
| @@ -473,7 +473,7 @@ class LocationBarViewGtk : public AutocompleteEditController,
|
| bool popup_window_mode_;
|
|
|
| // Provides colors and rendering mode.
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
|
|