| 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 2943a1a2ef26ca4123c7cc296cf8e85c5ec5e48d..eae62648e08e8c5dfaf526a7d9ad7a10d11091e2 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -40,7 +40,7 @@ class CommandUpdater;
|
| class ContentSettingImageModel;
|
| class ContentSettingBubbleGtk;
|
| class ExtensionAction;
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
| class SkBitmap;
|
| class ToolbarModel;
|
|
|
| @@ -422,7 +422,7 @@ class LocationBarViewGtk : public AutocompleteEditController,
|
| bool popup_window_mode_;
|
|
|
| // Provides colors and rendering mode.
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
|
|