| Index: chrome/browser/ui/auto_login_prompter.cc
|
| diff --git a/chrome/browser/ui/auto_login_prompter.cc b/chrome/browser/ui/auto_login_prompter.cc
|
| index 3f4933925d585c72d77df117d478b2aff882f823..aff101a2e35a90f757497107f95bf0950679e13e 100644
|
| --- a/chrome/browser/ui/auto_login_prompter.cc
|
| +++ b/chrome/browser/ui/auto_login_prompter.cc
|
| @@ -155,7 +155,7 @@ void AutoLoginPrompter::Observe(int type,
|
| if (type == content::NOTIFICATION_LOAD_STOP) {
|
| TabContentsWrapper* wrapper =
|
| TabContentsWrapper::GetCurrentWrapperForContents(web_contents_);
|
| - // |wrapper| is NULL for TabContents hosted in HTMLDialog.
|
| + // |wrapper| is NULL for WebContents hosted in HTMLDialog.
|
| if (wrapper) {
|
| InfoBarTabHelper* infobar_helper = wrapper->infobar_tab_helper();
|
| infobar_helper->AddInfoBar(new AutoLoginInfoBarDelegate(infobar_helper,
|
|
|