Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: ios/chrome/browser/ui/bookmarks/bookmark_menu_cell.h

Issue 2746473003: [ObjC ARC] Converts ios/chrome/browser/ui/bookmarks:bookmarks to ARC. (Closed)
Patch Set: fix test Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698