| Index: chrome/browser/ui/gtk/find_bar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/find_bar_gtk.h b/chrome/browser/ui/gtk/find_bar_gtk.h
|
| index 6e5cdde608198450b82f612e6745f3627c1692a0..9d6106981037e78da995d54e0a96cdf1352840fb 100644
|
| --- a/chrome/browser/ui/gtk/find_bar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/find_bar_gtk.h
|
| @@ -24,7 +24,7 @@ class Browser;
|
| class BrowserWindowGtk;
|
| class CustomDrawButton;
|
| class FindBarController;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
| class NineBox;
|
| class SlideAnimatorGtk;
|
|
|
| @@ -172,7 +172,7 @@ class FindBarGtk : public FindBar,
|
| BrowserWindowGtk* window_;
|
|
|
| // Provides colors and information about GTK.
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| // The widget that animates the slide-in and -out of the findbar.
|
| scoped_ptr<SlideAnimatorGtk> slide_widget_;
|
|
|