Index: ios/chrome/browser/ui/bookmarks/bookmark_menu_cell.h |
diff --git a/ios/chrome/browser/ui/bookmarks/bookmark_menu_cell.h b/ios/chrome/browser/ui/bookmarks/bookmark_menu_cell.h |
index 37eb7133a539250f9d04dd9c93716339d6880b2f..034265fbe676db1c5aa282faeab36ec660bf6a21 100644 |
--- a/ios/chrome/browser/ui/bookmarks/bookmark_menu_cell.h |
+++ b/ios/chrome/browser/ui/bookmarks/bookmark_menu_cell.h |
@@ -14,7 +14,7 @@ |
@interface BookmarkMenuCell : UITableViewCell |
// The view used to display the ink effect. |
-@property(nonatomic, retain) MDCInkView* inkView; |
+@property(nonatomic, strong) MDCInkView* inkView; |
// Updates the UI of the cell to reflect the menu item. |
- (void)updateWithBookmarkMenuItem:(BookmarkMenuItem*)item |