Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: ios/chrome/browser/payments/cells/autofill_profile_item.mm

Issue 2823263002: Rename |AddSameSizeConstraint| to |AddSameConstraints|. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/ui/authentication/signin_promo_item.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/authentication/signin_promo_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698