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

Unified Diff: ios/chrome/browser/ui/main/main_coordinator.h

Issue 2886043003: [ObjC ARC] Converts ios/chrome/browser/ui/main:main to ARC. (Closed)
Patch Set: comments Created 3 years, 6 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
« no previous file with comments | « ios/chrome/browser/ui/main/browser_view_wrangler.mm ('k') | ios/chrome/browser/ui/main/main_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/main/main_coordinator.h
diff --git a/ios/chrome/browser/ui/main/main_coordinator.h b/ios/chrome/browser/ui/main/main_coordinator.h
index 973455141734dca3f74756a290be76db72c328cc..19b279e3a68e91a4ef1b29743b4f45e0af74f32a 100644
--- a/ios/chrome/browser/ui/main/main_coordinator.h
+++ b/ios/chrome/browser/ui/main/main_coordinator.h
@@ -16,7 +16,8 @@
// The view controller this coordinator creates and manages.
// (This is only public while the view controller architecture is being
// refactored).
-@property(nonatomic, readonly, nullable) MainViewController* mainViewController;
+@property(nonatomic, weak, readonly, nullable)
+ MainViewController* mainViewController;
@end
« no previous file with comments | « ios/chrome/browser/ui/main/browser_view_wrangler.mm ('k') | ios/chrome/browser/ui/main/main_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698