| Index: chrome/browser/chromeos/file_manager/url_util.h
|
| diff --git a/chrome/browser/chromeos/file_manager/url_util.h b/chrome/browser/chromeos/file_manager/url_util.h
|
| index e68dadf2ccf3c2228dabb60a78c3a0a4b0938712..c1ab5613ce68ac50508522858c01250e3b73602f 100644
|
| --- a/chrome/browser/chromeos/file_manager/url_util.h
|
| +++ b/chrome/browser/chromeos/file_manager/url_util.h
|
| @@ -32,7 +32,8 @@ GURL GetFileManagerMainPageUrl();
|
| GURL GetFileManagerMainPageUrlWithParams(
|
| ui::SelectFileDialog::Type type,
|
| const base::string16& title,
|
| - const base::FilePath& default_virtual_path,
|
| + const base::FilePath& current_directory_virtual_path,
|
| + const base::FilePath& selection_virtual_path,
|
| const ui::SelectFileDialog::FileTypeInfo* file_types,
|
| int file_type_index,
|
| const base::FilePath::StringType& default_extension);
|
|
|