Index: chrome/browser/download/test_download_shelf.h |
diff --git a/chrome/browser/download/test_download_shelf.h b/chrome/browser/download/test_download_shelf.h |
index 32d5c81fc12b03ef608296b6ebab683d7851b423..246664b753b8f712f0e7bab420f3b65494a8a995 100644 |
--- a/chrome/browser/download/test_download_shelf.h |
+++ b/chrome/browser/download/test_download_shelf.h |
@@ -34,7 +34,7 @@ class TestDownloadShelf : public DownloadShelf { |
protected: |
virtual void DoAddDownload(content::DownloadItem* download) OVERRIDE; |
virtual void DoShow() OVERRIDE; |
- virtual void DoClose() OVERRIDE; |
+ virtual void DoClose(CloseReason reason) OVERRIDE; |
virtual base::TimeDelta GetTransientDownloadShowDelay() OVERRIDE; |
virtual content::DownloadManager* GetDownloadManager() OVERRIDE; |