| Index: ios/chrome/browser/ui/history/favicon_view.mm
|
| diff --git a/ios/chrome/browser/ui/history/favicon_view.mm b/ios/chrome/browser/ui/history/favicon_view.mm
|
| index e2958ebb7a7ec0b0438231eab1945c8b461169de..fca9135573eaff06eea194f267163b49ff19f838 100644
|
| --- a/ios/chrome/browser/ui/history/favicon_view.mm
|
| +++ b/ios/chrome/browser/ui/history/favicon_view.mm
|
| @@ -48,10 +48,8 @@ const CGFloat kDefaultCornerRadius = 3;
|
|
|
| [_faviconImage setTranslatesAutoresizingMaskIntoConstraints:NO];
|
| [_faviconFallbackLabel setTranslatesAutoresizingMaskIntoConstraints:NO];
|
| - AddSameCenterConstraints(_faviconImage, self);
|
| - AddSameSizeConstraint(_faviconImage, self);
|
| - AddSameCenterConstraints(_faviconFallbackLabel, self);
|
| - AddSameSizeConstraint(_faviconFallbackLabel, self);
|
| + AddSameConstraints(_faviconImage, self);
|
| + AddSameConstraints(_faviconFallbackLabel, self);
|
| _faviconSizeConstraints = @[
|
| [self.widthAnchor constraintEqualToConstant:0],
|
| [self.heightAnchor constraintEqualToConstant:0],
|
|
|