| Index: chrome/browser/download/chrome_download_manager_delegate.h
|
| ===================================================================
|
| --- chrome/browser/download/chrome_download_manager_delegate.h (revision 124549)
|
| +++ chrome/browser/download/chrome_download_manager_delegate.h (working copy)
|
| @@ -56,7 +56,7 @@
|
| virtual bool ShouldStartDownload(int32 download_id) OVERRIDE;
|
| virtual void ChooseDownloadPath(content::WebContents* web_contents,
|
| const FilePath& suggested_path,
|
| - void* data) OVERRIDE;
|
| + int32 download_id) OVERRIDE;
|
| virtual FilePath GetIntermediatePath(const FilePath& suggested_path) OVERRIDE;
|
| virtual content::WebContents*
|
| GetAlternativeWebContentsToNotifyForDownload() OVERRIDE;
|
|
|