| Index: chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| index 6d1f30d47f294d09b746f5d9c020b54348c63f08..6cc9689cc5d580ac6d01f28f9fe715af008bef3d 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
| @@ -899,9 +899,8 @@ IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest,
|
| ASSERT_TRUE(controller);
|
|
|
| const CreditCard& credit_card = test::GetVerifiedCreditCard();
|
| - ASSERT_TRUE(
|
| - credit_card.GetRawInfo(CREDIT_CARD_NAME).find(ASCIIToUTF16("zebra")) ==
|
| - base::string16::npos);
|
| + ASSERT_TRUE(credit_card.GetRawInfo(CREDIT_CARD_NAME_FULL)
|
| + .find(ASCIIToUTF16("zebra")) == base::string16::npos);
|
| AddCreditcardToProfile(controller->profile(), credit_card);
|
| AddAutofillProfileToProfile(controller->profile(),
|
| test::GetVerifiedProfile());
|
|
|