Index: chrome/browser/download/chrome_download_manager_delegate.cc |
=================================================================== |
--- chrome/browser/download/chrome_download_manager_delegate.cc (revision 124549) |
+++ chrome/browser/download/chrome_download_manager_delegate.cc (working copy) |
@@ -136,10 +136,10 @@ |
void ChromeDownloadManagerDelegate::ChooseDownloadPath( |
WebContents* web_contents, |
const FilePath& suggested_path, |
- void* data) { |
+ int32 download_id) { |
// Deletes itself. |
new DownloadFilePicker( |
- download_manager_, web_contents, suggested_path, data); |
+ download_manager_, web_contents, suggested_path, download_id); |
} |
FilePath ChromeDownloadManagerDelegate::GetIntermediatePath( |