| Index: chrome/browser/ui/gtk/download/download_shelf_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/download/download_shelf_gtk.h b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
|
| index d70dfdd548e35a0314196b474db1c6f075cacd36..a247e96aed9f4c81b88f894f40503f4a749db68f 100644
|
| --- a/chrome/browser/ui/gtk/download/download_shelf_gtk.h
|
| +++ b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
|
| @@ -26,7 +26,7 @@ class BaseDownloadItemModel;
|
| class Browser;
|
| class CustomDrawButton;
|
| class DownloadItemGtk;
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
| class SlideAnimatorGtk;
|
|
|
| namespace gfx {
|
| @@ -137,7 +137,7 @@ class DownloadShelfGtk : public DownloadShelf,
|
| std::vector<DownloadItemGtk*> download_items_;
|
|
|
| // Gives us our colors and theme information.
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
|
|