| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| index 0ab3fbba1d04c666dba53e91c3fd8732a3d75367..10533d93e65b3b19c4d050a87a1b2ce35dde40cc 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -1415,8 +1415,8 @@ views::View* ProfileChooserView::CreateWelcomeUpgradeTutorialViewIfNeeded(
|
|
|
| return CreateTutorialView(
|
| profiles::TUTORIAL_MODE_WELCOME_UPGRADE,
|
| - l10n_util::GetStringFUTF16(
|
| - IDS_PROFILES_WELCOME_UPGRADE_TUTORIAL_TITLE, avatar_item.name),
|
| + l10n_util::GetStringUTF16(
|
| + IDS_PROFILES_WELCOME_UPGRADE_TUTORIAL_TITLE),
|
| l10n_util::GetStringUTF16(
|
| IDS_PROFILES_WELCOME_UPGRADE_TUTORIAL_CONTENT_TEXT),
|
| l10n_util::GetStringFUTF16(
|
|
|