| Index: chrome/browser/download/download_file_picker_chromeos.h
|
| diff --git a/chrome/browser/download/download_file_picker_chromeos.h b/chrome/browser/download/download_file_picker_chromeos.h
|
| index 455521213d74e760aa3fcc3bd4e5e5b7e1489609..6d89f3627ebf64962709e1a5024d7bc487d041bf 100644
|
| --- a/chrome/browser/download/download_file_picker_chromeos.h
|
| +++ b/chrome/browser/download/download_file_picker_chromeos.h
|
| @@ -20,7 +20,8 @@ class DownloadFilePickerChromeOS : public DownloadFilePicker {
|
|
|
| // DownloadFilePicker implementation.
|
| // This looks up the gdata path instead of the temporary local path.
|
| - virtual void InitSuggestedPath(content::DownloadItem* item) OVERRIDE;
|
| + virtual void InitSuggestedPath(content::DownloadItem* item,
|
| + const FilePath& suggested_path) OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DownloadFilePickerChromeOS);
|
| };
|
|
|