| Index: chrome/browser/ui/chrome_select_file_policy.cc
|
| diff --git a/chrome/browser/ui/chrome_select_file_policy.cc b/chrome/browser/ui/chrome_select_file_policy.cc
|
| index 86db3155c4b6131854581fca74ae14b4030078af..d203011ac1129528bd1539dc420468b24af9d8e6 100644
|
| --- a/chrome/browser/ui/chrome_select_file_policy.cc
|
| +++ b/chrome/browser/ui/chrome_select_file_policy.cc
|
| @@ -31,7 +31,7 @@ void ChromeSelectFilePolicy::SelectFileDenied() {
|
| if (source_contents_) {
|
| SimpleAlertInfoBarDelegate::Create(
|
| InfoBarService::FromWebContents(source_contents_),
|
| - InfoBarDelegate::kNoIconID,
|
| + infobars::InfoBarDelegate::kNoIconID,
|
| l10n_util::GetStringUTF16(IDS_FILE_SELECTION_DIALOG_INFOBAR), true);
|
| } else {
|
| LOG(WARNING) << "File-selection dialogs are disabled but no WebContents "
|
|
|