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

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

Issue 2738053008: Revert of [ObjC ARC] Converts ios/chrome/browser/ui/bookmarks:bookmarks_arc_2 to ARC. (Closed)
Patch Set: 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_collection_cells.h
diff --git a/ios/chrome/browser/ui/bookmarks/bookmark_collection_cells.h b/ios/chrome/browser/ui/bookmarks/bookmark_collection_cells.h
index 196d1085566133952d49ba44bc7fc32a5e255c38..4652ca0a67f9e93e7f6d4f7106264b32f0b948b0 100644
--- a/ios/chrome/browser/ui/bookmarks/bookmark_collection_cells.h
+++ b/ios/chrome/browser/ui/bookmarks/bookmark_collection_cells.h
@@ -43,7 +43,7 @@
// There is also an image and an optional menu button.
@interface BookmarkCell : UICollectionViewCell<BookmarkImageableView>
-@property(nonatomic, strong, readonly) UILabel* titleLabel;
+@property(nonatomic, retain, readonly) UILabel* titleLabel;
+ (NSString*)reuseIdentifier;
« no previous file with comments | « ios/chrome/browser/ui/bookmarks/BUILD.gn ('k') | ios/chrome/browser/ui/bookmarks/bookmark_collection_cells.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698