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/main/main_coordinator.h

Issue 2886043003: [ObjC ARC] Converts ios/chrome/browser/ui/main:main to ARC. (Closed)
Patch Set: rebase_cleanup 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
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..a28b8f899414a6f9e0f83a9839967cbb6daeac61 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(weak, nonatomic, readonly, nullable)
sdefresne 2017/06/23 14:37:15 nit: @property(nonatomic, weak, readonly, nullable
stkhapugin 2017/06/23 15:07:15 Done.
+ MainViewController* mainViewController;
@end

Powered by Google App Engine
This is Rietveld 408576698