Index: chrome/browser/download/chrome_download_manager_delegate.h |
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h |
index 0f87fa2261a5542e99dd7ed85572b99a7b9b50e5..68f987a61065334fa4bbd3e9e8a36f9ea3c3d8f0 100644 |
--- a/chrome/browser/download/chrome_download_manager_delegate.h |
+++ b/chrome/browser/download/chrome_download_manager_delegate.h |
@@ -58,8 +58,8 @@ class ChromeDownloadManagerDelegate |
FilePath* intermediate_path) OVERRIDE; |
virtual TabContents* GetAlternativeTabContentsToNotifyForDownload() OVERRIDE; |
virtual bool ShouldOpenFileBasedOnExtension(const FilePath& path) OVERRIDE; |
- virtual bool ShouldOpenDownload(DownloadItem* item) OVERRIDE; |
virtual bool ShouldCompleteDownload(DownloadItem* item) OVERRIDE; |
+ virtual bool ShouldOpenDownload(DownloadItem* item) OVERRIDE; |
virtual bool GenerateFileHash() OVERRIDE; |
virtual void OnResponseCompleted(DownloadItem* item, |
const std::string& hash) OVERRIDE; |