| Index: chrome/browser/download/download_manager.h
|
| ===================================================================
|
| --- chrome/browser/download/download_manager.h (revision 12784)
|
| +++ chrome/browser/download/download_manager.h (working copy)
|
| @@ -404,7 +404,7 @@
|
|
|
| // Overridden from SelectFileDialog::Listener:
|
| // TODO(port): convert this to FilePath when SelectFileDialog gets converted.
|
| - virtual void FileSelected(const std::wstring& path, void* params);
|
| + virtual void FileSelected(const std::wstring& path, int index, void* params);
|
| virtual void FileSelectionCanceled(void* params);
|
|
|
| // Deletes the specified path on the file thread.
|
|
|