| 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 05a98591f0c548e1b6102e7c504f53715f16f886..ebbee9b33f7052a3029292272138d83547b6a8ea 100644
|
| --- a/chrome/browser/ui/gtk/download/download_shelf_gtk.h
|
| +++ b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
|
| @@ -24,7 +24,6 @@
|
| class Browser;
|
| class CustomDrawButton;
|
| class DownloadItemGtk;
|
| -class DownloadItemModel;
|
| class GtkThemeService;
|
|
|
| namespace content {
|
| @@ -69,7 +68,7 @@ class DownloadShelfGtk : public DownloadShelf,
|
|
|
| protected:
|
| // DownloadShelf implementation.
|
| - virtual void DoAddDownload(DownloadItemModel* download_model) OVERRIDE;
|
| + virtual void DoAddDownload(content::DownloadItem* download) OVERRIDE;
|
| virtual void DoShow() OVERRIDE;
|
| virtual void DoClose() OVERRIDE;
|
|
|
|
|