Index: content/shell/shell_download_manager_delegate.h |
=================================================================== |
--- content/shell/shell_download_manager_delegate.h (revision 124549) |
+++ content/shell/shell_download_manager_delegate.h (working copy) |
@@ -28,7 +28,7 @@ |
virtual bool ShouldStartDownload(int32 download_id) OVERRIDE; |
virtual void ChooseDownloadPath(WebContents* web_contents, |
const FilePath& suggested_path, |
- void* data) OVERRIDE; |
+ int32 download_id) OVERRIDE; |
private: |
friend class base::RefCountedThreadSafe<ShellDownloadManagerDelegate>; |