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

Unified Diff: ios/chrome/browser/ui/static_content/static_html_native_content.h

Issue 2890163003: [ObjC ARC] Converts ios/chrome/browser/ui/static_content:static_content to ARC. (Closed)
Patch Set: Addressed all comments. Created 3 years, 7 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/static_content/static_html_native_content.h
diff --git a/ios/chrome/browser/ui/static_content/static_html_native_content.h b/ios/chrome/browser/ui/static_content/static_html_native_content.h
index 3c4f659428d13641ee0da5a67c67355869cdf216..f4c4f75a79a9fead50861b4166d7ccf1cb872c8b 100644
--- a/ios/chrome/browser/ui/static_content/static_html_native_content.h
+++ b/ios/chrome/browser/ui/static_content/static_html_native_content.h
@@ -55,7 +55,7 @@ struct Referrer;
// The overscroll actions controller of the native content.
// Setting this value to non-nil will enable Overscroll Actions.
// Invalidated when |close| is called on this object.
-@property(nonatomic, assign)
+@property(nonatomic, strong)
OverscrollActionsController* overscrollActionsController;
@end
« no previous file with comments | « ios/chrome/browser/ui/static_content/BUILD.gn ('k') | ios/chrome/browser/ui/static_content/static_html_native_content.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698