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

Unified Diff: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_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
Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm
diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm
index 8781014ccf6c38c6fef6c95e7ef9cf4d92d65ccb..214804e36bf1643723933ca61fafa7799baead96 100644
--- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm
+++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.mm
@@ -283,7 +283,7 @@ const CGFloat kAnimationDuration = 0.3;
[_noImageIcon.heightAnchor constraintEqualToAnchor:_noImageIcon.widthAnchor]
]];
- AddSameSizeConstraint(_contentImageView, _imageContainer);
+ AddSameConstraints(_contentImageView, _imageContainer);
ApplyVisualConstraintsWithMetrics(
@[

Powered by Google App Engine
This is Rietveld 408576698