| Index: chrome/browser/ui/gtk/download/download_item_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/download/download_item_gtk.h b/chrome/browser/ui/gtk/download/download_item_gtk.h
|
| index cfdc5d45297ac05eb65378854ebf01a47a059b96..361c9313a5a6b9d8d2963afdecfc14dabaff8e7a 100644
|
| --- a/chrome/browser/ui/gtk/download/download_item_gtk.h
|
| +++ b/chrome/browser/ui/gtk/download/download_item_gtk.h
|
| @@ -27,7 +27,7 @@
|
| class BaseDownloadItemModel;
|
| class DownloadShelfContextMenuGtk;
|
| class DownloadShelfGtk;
|
| -class ThemeServiceGtk;
|
| +class GtkThemeService;
|
| class NineBox;
|
|
|
| namespace gfx {
|
| @@ -186,7 +186,7 @@ class DownloadItemGtk : public content::DownloadItem::Observer,
|
| bool menu_showing_;
|
|
|
| // Whether we should use the GTK text color
|
| - ThemeServiceGtk* theme_service_;
|
| + GtkThemeService* theme_service_;
|
|
|
| // The widget that contains the animation progress and the file's icon
|
| // (as well as the complete animation).
|
|
|