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. |