| Index: chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm b/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm
|
| index b1b0689cc5a2637650038071dc50dfe0e1022a73..6380427327b8719898c592ac26bf818b518b1cf0 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller_browsertest.mm
|
| @@ -165,7 +165,7 @@ IN_PROC_BROWSER_TEST_F(ProfileSigninConfirmationViewControllerTest,
|
| // Explanation shouldn't mention creating a new profile.
|
| NSString* explanationWithoutCreateProfile = base::SysUTF16ToNSString(
|
| l10n_util::GetStringFUTF16(
|
| - IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION_NEW_STYLE,
|
| + IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION,
|
| base::UTF8ToUTF16(username()), learn_more()));
|
| EXPECT_NSEQ(explanationWithoutCreateProfile,
|
| [[[controller_ explanationField] textStorage] string]);
|
| @@ -180,7 +180,7 @@ IN_PROC_BROWSER_TEST_F(ProfileSigninConfirmationViewControllerTest,
|
| containsObject:[controller_ createProfileButton]]);
|
| NSString* explanationWithCreateProfile = base::SysUTF16ToNSString(
|
| l10n_util::GetStringFUTF16(
|
| - IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITH_PROFILE_CREATION_NEW_STYLE,
|
| + IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITH_PROFILE_CREATION,
|
| base::UTF8ToUTF16(username()), learn_more()));
|
| EXPECT_NSEQ(explanationWithCreateProfile,
|
| [[[controller_ explanationField] textStorage] string]);
|
|
|