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 ebbee9b33f7052a3029292272138d83547b6a8ea..099afaf9a671cf814c9c448f8f25973ba01e1d8c 100644 |
--- a/chrome/browser/ui/gtk/download/download_shelf_gtk.h |
+++ b/chrome/browser/ui/gtk/download/download_shelf_gtk.h |
@@ -70,7 +70,7 @@ class DownloadShelfGtk : public DownloadShelf, |
// DownloadShelf implementation. |
virtual void DoAddDownload(content::DownloadItem* download) OVERRIDE; |
virtual void DoShow() OVERRIDE; |
- virtual void DoClose() OVERRIDE; |
+ virtual void DoClose(CloseReason reason) OVERRIDE; |
private: |
// Remove |download_item| from the download shelf and delete it. |