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

Unified Diff: ios/web/public/web_state/ui/crw_generic_content_view.h

Issue 2418143003: [ARC] Converts part of ios/web to ARC. (Closed)
Patch Set: compile guards Created 4 years, 2 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/web/BUILD.gn ('k') | ios/web/web_state/js/crw_js_window_id_manager.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_state/ui/crw_generic_content_view.h
diff --git a/ios/web/public/web_state/ui/crw_generic_content_view.h b/ios/web/public/web_state/ui/crw_generic_content_view.h
index 531e543e8f0232181785b26beb8256c2ea9463f2..221bf4c3ce842b191a5cb345ee35ba263808b387 100644
--- a/ios/web/public/web_state/ui/crw_generic_content_view.h
+++ b/ios/web/public/web_state/ui/crw_generic_content_view.h
@@ -12,7 +12,7 @@
// The view that was passed to |-initWithContentView:|. This is the view that
// is displayed in |self.scrollView|.
-@property(nonatomic, retain, readonly) UIView* view;
+@property(nonatomic, strong, readonly) UIView* view;
// Initializes the CRWNativeContentContainerView to display |view|, which
// will be added to the scroll view.
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/web_state/js/crw_js_window_id_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698