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

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

Issue 2916473002: [ObjC ARC] Converts ios/web:web to ARC. (Closed)
Patch Set: Fixing silly mistake 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/web/public/web_state/ui/crw_web_view_content_view.h
diff --git a/ios/web/public/web_state/ui/crw_web_view_content_view.h b/ios/web/public/web_state/ui/crw_web_view_content_view.h
index 28334c96222b0bfdc31840cd61ab559a1c6a34dd..f6ea266288980073332c49058ff57ceeafa847c6 100644
--- a/ios/web/public/web_state/ui/crw_web_view_content_view.h
+++ b/ios/web/public/web_state/ui/crw_web_view_content_view.h
@@ -11,7 +11,7 @@
@interface CRWWebViewContentView : CRWContentView
// The webView passed to |-initWithWebView|.
-@property(nonatomic, retain, readonly) UIView* webView;
+@property(nonatomic, strong, readonly) UIView* webView;
// Initializes the CRWWebViewContentView to display |webView|.
- (instancetype)initWithWebView:(UIView*)webView
« no previous file with comments | « ios/web/public/web_state/ui/crw_content_view.h ('k') | ios/web/web_state/ui/crw_web_controller_container_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698