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

Unified Diff: ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.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_promo_controller.h
diff --git a/ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h b/ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h
index 656088473129a7c8a7c28df5ea6d7a1cd2a33161..7e72fef44587b02fc6a1a8ba4da655cbef898ce2 100644
--- a/ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h
+++ b/ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h
@@ -26,7 +26,7 @@ class PrefRegistrySyncable;
// and handles displaying the sign-in view controller.
@interface BookmarkPromoController : NSObject
-@property(nonatomic, assign) id<BookmarkPromoControllerDelegate> delegate;
+@property(nonatomic, weak) id<BookmarkPromoControllerDelegate> delegate;
// Holds the current state of the promo. When the promo state change, it will
// call the promoStateChanged: selector on the delegate.
« no previous file with comments | « ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.mm ('k') | ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698