| Index: chrome/browser/file_select_helper.cc
|
| diff --git a/chrome/browser/file_select_helper.cc b/chrome/browser/file_select_helper.cc
|
| index 3d07ff28bf0566a91e41ec5a4ac913a196b0cf1c..48cf490d550998abd1cf5135d553d7f277534b24 100644
|
| --- a/chrome/browser/file_select_helper.cc
|
| +++ b/chrome/browser/file_select_helper.cc
|
| @@ -426,7 +426,7 @@ void FileSelectHelper::RunFileChooserOnUIThread(
|
| select_file_types_.get() && !select_file_types_->extensions.empty()
|
| ? 1
|
| : 0, // 1-based index of default extension to show.
|
| - FILE_PATH_LITERAL(std::string()),
|
| + base::FilePath::StringType(),
|
| owning_window,
|
| #if defined(OS_ANDROID)
|
| &accept_types);
|
|
|