| Index: ios/chrome/browser/ui/history/favicon_view.h
|
| diff --git a/ios/chrome/browser/ui/history/favicon_view.h b/ios/chrome/browser/ui/history/favicon_view.h
|
| index 09bd5c3be725cd3ac47291edb55f089fcde665ee..60bf6bd3b64067e3f6673bdca3b9dc713d0afba6 100644
|
| --- a/ios/chrome/browser/ui/history/favicon_view.h
|
| +++ b/ios/chrome/browser/ui/history/favicon_view.h
|
| @@ -12,9 +12,9 @@
|
| // Size for the favicon.
|
| @property(nonatomic) CGFloat size;
|
| // Image view for the favicon.
|
| -@property(nonatomic, retain) UIImageView* faviconImage;
|
| +@property(nonatomic, strong) UIImageView* faviconImage;
|
| // Label for fallback favicon placeholder.
|
| -@property(nonatomic, retain) UILabel* faviconFallbackLabel;
|
| +@property(nonatomic, strong) UILabel* faviconFallbackLabel;
|
|
|
| @end
|
|
|
|
|