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

Unified Diff: ios/chrome/browser/ui/bookmarks/bookmark_folder_collection_view.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_folder_collection_view.h
diff --git a/ios/chrome/browser/ui/bookmarks/bookmark_folder_collection_view.h b/ios/chrome/browser/ui/bookmarks/bookmark_folder_collection_view.h
index 408b0bf7d36cb9545221ed2f05d1394299fc77bd..7f0dff25e5f72d0ddc79e26a848f6bdf27f7e440 100644
--- a/ios/chrome/browser/ui/bookmarks/bookmark_folder_collection_view.h
+++ b/ios/chrome/browser/ui/bookmarks/bookmark_folder_collection_view.h
@@ -31,7 +31,7 @@
// Called when something outside the view causes the promo state to change.
- (void)promoStateChangedAnimated:(BOOL)animate;
-@property(nonatomic, weak) id<BookmarkFolderCollectionViewDelegate> delegate;
+@property(nonatomic, assign) id<BookmarkFolderCollectionViewDelegate> delegate;
@property(nonatomic, assign, readonly) const bookmarks::BookmarkNode* folder;
@end

Powered by Google App Engine
This is Rietveld 408576698