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

Unified Diff: ios/chrome/app/spotlight/bookmarks_spotlight_manager.h

Issue 2704193002: [ObjC ARC] Converts ios/chrome/app/spotlight:spotlight to ARC. (Closed)
Patch Set: s/unsafe/weak Created 3 years, 10 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/app/spotlight/bookmarks_spotlight_manager.h
diff --git a/ios/chrome/app/spotlight/bookmarks_spotlight_manager.h b/ios/chrome/app/spotlight/bookmarks_spotlight_manager.h
index 31534ed3d9fc5966e8e5ff1743c49513fecc461f..30e46e222e6f0e746a4e58afdcf76d3791735c70 100644
--- a/ios/chrome/app/spotlight/bookmarks_spotlight_manager.h
+++ b/ios/chrome/app/spotlight/bookmarks_spotlight_manager.h
@@ -29,7 +29,7 @@ class ChromeBrowserState;
@interface BookmarksSpotlightManager : BaseSpotlightManager
// The delegate notified when a bookmark is updated.
-@property(nonatomic, assign) id<BookmarkUpdatedDelegate> delegate;
+@property(nonatomic, weak) id<BookmarkUpdatedDelegate> delegate;
+ (BookmarksSpotlightManager*)bookmarksSpotlightManagerWithBrowserState:
(ios::ChromeBrowserState*)browserState;
« no previous file with comments | « ios/chrome/app/spotlight/base_spotlight_manager.mm ('k') | ios/chrome/app/spotlight/bookmarks_spotlight_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698