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

Unified Diff: ios/chrome/browser/ui/ntp/google_landing_view_controller.h

Issue 2955363002: [ObjC ARC] Converts ios/chrome/browser/ui/ntp:ntp_internal to ARC. (Closed)
Patch Set: rebase Created 3 years, 5 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/ntp/google_landing_view_controller.h
diff --git a/ios/chrome/browser/ui/ntp/google_landing_view_controller.h b/ios/chrome/browser/ui/ntp/google_landing_view_controller.h
index 01859bfd073346bfa8c1864be9d201f55109d211..a40c98771157205c2246bdce117101e4fcdc79e7 100644
--- a/ios/chrome/browser/ui/ntp/google_landing_view_controller.h
+++ b/ios/chrome/browser/ui/ntp/google_landing_view_controller.h
@@ -25,9 +25,9 @@
NewTabPagePanelProtocol,
ToolbarOwner>
-@property(nonatomic, assign) id<GoogleLandingDataSource> dataSource;
+@property(nonatomic, weak) id<GoogleLandingDataSource> dataSource;
-@property(nonatomic, assign) id<UrlLoader, OmniboxFocuser> dispatcher;
+@property(nonatomic, weak) id<UrlLoader, OmniboxFocuser> dispatcher;
@end
« no previous file with comments | « ios/chrome/browser/ui/ntp/google_landing_mediator.mm ('k') | ios/chrome/browser/ui/ntp/google_landing_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698