Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_cell.mm |
diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_cell.mm b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_cell.mm |
index 9e3f93a44662c0869f1c5a8cc05273e335cb887d..5f98dcbdc4f09a5c59d4c8b0d72ba43427a46999 100644 |
--- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_cell.mm |
+++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_most_visited_cell.mm |
@@ -45,8 +45,8 @@ const CGSize kCellSize = {73, 100}; |
_titleLabel.translatesAutoresizingMaskIntoConstraints = NO; |
_faviconView.translatesAutoresizingMaskIntoConstraints = NO; |
- [self addSubview:_titleLabel]; |
- [self addSubview:_faviconView]; |
+ [self.contentView addSubview:_titleLabel]; |
+ [self.contentView addSubview:_faviconView]; |
[NSLayoutConstraint activateConstraints:@[ |
[_faviconView.widthAnchor constraintEqualToConstant:kFaviconSize], |