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 1c9104ee765f3088f4a61cb4bd0504563ac56e81..6d824fc4ff7849f4972b4c68deac478e3cc3c6bd 100644 |
--- a/chrome/browser/download/download_file_picker_chromeos.h |
+++ b/chrome/browser/download/download_file_picker_chromeos.h |
@@ -28,7 +28,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); |
}; |