Index: chrome/browser/ui/select_file_dialog.cc |
diff --git a/chrome/browser/ui/select_file_dialog.cc b/chrome/browser/ui/select_file_dialog.cc |
index 65883c507e9b43118cb5c2741b293495b90e22af..4c8abb13326c4cc0ff64123227c1b38794bb3d11 100644 |
--- a/chrome/browser/ui/select_file_dialog.cc |
+++ b/chrome/browser/ui/select_file_dialog.cc |
@@ -83,7 +83,7 @@ void SelectFileDialog::SelectFile(Type type, |
l10n_util::GetStringUTF16(IDS_FILE_SELECTION_DIALOG_INFOBAR), |
true)); |
} else { |
- LOG(WARNING) << "File-selection dialogs are disabled but no TabContents " |
+ LOG(WARNING) << "File-selection dialogs are disabled but no WebContents " |
<< "is given to display the InfoBar."; |
} |