| Index: ios/chrome/browser/payments/cells/autofill_profile_item.mm
|
| diff --git a/ios/chrome/browser/payments/cells/autofill_profile_item.mm b/ios/chrome/browser/payments/cells/autofill_profile_item.mm
|
| index 4e82bfaa24359e8c6ac09c4eb4b73c495b98ed54..3f2476ebc8aebf2cd1f621fd9ce82d307aae0cd1 100644
|
| --- a/ios/chrome/browser/payments/cells/autofill_profile_item.mm
|
| +++ b/ios/chrome/browser/payments/cells/autofill_profile_item.mm
|
| @@ -131,7 +131,7 @@ const CGFloat kVerticalSpacingBetweenLabels = 8;
|
|
|
| // Set constraints on subviews.
|
| - (void)setViewConstraints {
|
| - AddSameSizeConstraint(self.contentView, _stackView);
|
| + AddSameConstraints(self.contentView, _stackView);
|
| }
|
|
|
| #pragma mark - UIView
|
|
|