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

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

Issue 2948673002: Revert of [ObjC ARC] Converts ios/web:web to ARC. (Closed)
Patch Set: 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
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/web_state/ui/crw_web_view_content_view.h » ('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_content_view.h
diff --git a/ios/web/public/web_state/ui/crw_content_view.h b/ios/web/public/web_state/ui/crw_content_view.h
index 480a5978f55764337e1aa407cd5ceb4f8a85cbbd..fb04b6c345ca17dcabbd461e348855eec6a41444 100644
--- a/ios/web/public/web_state/ui/crw_content_view.h
+++ b/ios/web/public/web_state/ui/crw_content_view.h
@@ -14,7 +14,7 @@
// The scroll view used to display the content. If |scrollView| is non-nil,
// it will be used to back the CRWContentViewScrollViewProxy and is expected to
// be a subview of the CRWContentView.
-@property(nonatomic, strong, readonly) UIScrollView* scrollView;
+@property(nonatomic, retain, readonly) UIScrollView* scrollView;
// Adds a top padding to content view. Implementations of this protocol can
// implement this method using UIScrollView.contentInset (where applicable) or
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/web_state/ui/crw_web_view_content_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698