| 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 eec8f520e871cfa03b9bc2a5af8ff70b8543eec6..bc0cfd344127c1ad49d833bb5378b53e361bc16a 100644
|
| --- a/chrome/browser/ui/gtk/download/download_item_gtk.h
|
| +++ b/chrome/browser/ui/gtk/download/download_item_gtk.h
|
| @@ -26,7 +26,7 @@
|
| class BaseDownloadItemModel;
|
| class DownloadShelfContextMenuGtk;
|
| class DownloadShelfGtk;
|
| -class GtkThemeService;
|
| +class ThemeServiceGtk;
|
| class NineBox;
|
|
|
| namespace gfx {
|
| @@ -185,7 +185,7 @@ class DownloadItemGtk : public content::DownloadItem::Observer,
|
| bool menu_showing_;
|
|
|
| // Whether we should use the GTK text color
|
| - GtkThemeService* theme_service_;
|
| + ThemeServiceGtk* theme_service_;
|
|
|
| // The widget that contains the animation progress and the file's icon
|
| // (as well as the complete animation).
|
|
|