| Index: ios/chrome/browser/payments/cells/autofill_profile_item_unittest.mm
|
| diff --git a/ios/chrome/browser/payments/cells/autofill_profile_item_unittest.mm b/ios/chrome/browser/payments/cells/autofill_profile_item_unittest.mm
|
| index b12ce451ab7483db7402be4e41a54df170b9fdc6..82e00a548eece1963f8e257c7550a3fd7ac4907e 100644
|
| --- a/ios/chrome/browser/payments/cells/autofill_profile_item_unittest.mm
|
| +++ b/ios/chrome/browser/payments/cells/autofill_profile_item_unittest.mm
|
| @@ -16,7 +16,7 @@ namespace {
|
|
|
| // Tests that the labels are set properly after a call to |configureCell:|.
|
| TEST(PaymentRequestAutofillProfileItemTest, TextLabels) {
|
| - AutofillProfileItem* item = [[AutofillProfileItem alloc] initWithType:0];
|
| + AutofillProfileItem* item = [[AutofillProfileItem alloc] init];
|
|
|
| NSString* name = @"Jon Doe";
|
| NSString* address = @"123 Main St, Anytown, USA";
|
|
|