| Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| index b104ab572571d2a5b5d539f51915f978ec07f697..641ca3c9c9ac658fe1e6c13b422865734ffefd1e 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.h
|
| @@ -27,7 +27,7 @@
|
| class BrowserWindowGtk;
|
| class CustomDrawButton;
|
| class DraggedTabControllerGtk;
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
|
|
| namespace gfx {
|
| class Image;
|
| @@ -157,7 +157,7 @@ class TabStripGtk : public TabStripModelObserver,
|
| virtual void ContinueDrag(GdkDragContext* context) OVERRIDE;
|
| virtual bool EndDrag(bool canceled) OVERRIDE;
|
| virtual bool HasAvailableDragActions() const OVERRIDE;
|
| - virtual GtkThemeService* GetThemeProvider() OVERRIDE;
|
| + virtual ThemeServiceGtk* GetThemeProvider() OVERRIDE;
|
| virtual TabStripMenuController* GetTabStripMenuControllerForTab(
|
| TabGtk* tab) OVERRIDE;
|
|
|
| @@ -463,7 +463,7 @@ class TabStripGtk : public TabStripModelObserver,
|
| BrowserWindowGtk* window_;
|
|
|
| // Theme resources.
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| // The currently running animation.
|
| scoped_ptr<TabAnimation> active_animation_;
|
|
|