| 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(
|
| @[
|
|
|