| Index: chrome/browser/ui/auto_login_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/auto_login_infobar_delegate.cc b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| index 6c83465ca88664fd1df74852b4842986b43fee96..45b442dcf174509f544247c9695c05e84e11d69c 100644
|
| --- a/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/auto_login_infobar_delegate.cc
|
| @@ -181,7 +181,7 @@ AutoLoginInfoBarDelegate*
|
|
|
| base::string16 AutoLoginInfoBarDelegate::GetMessageText() const {
|
| return l10n_util::GetStringFUTF16(IDS_AUTOLOGIN_INFOBAR_MESSAGE,
|
| - UTF8ToUTF16(params_.username));
|
| + base::UTF8ToUTF16(params_.username));
|
| }
|
|
|
| base::string16 AutoLoginInfoBarDelegate::GetButtonLabel(
|
|
|