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

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

Issue 2396553002: [ARC] Converts part of ios/web/ui to ARC.
Patch Set: co 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/public/web_state/ui/crw_generic_content_view.h ('k') | ios/web/web_state/blocked_popup_info.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_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_generic_content_view.h ('k') | ios/web/web_state/blocked_popup_info.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698