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

Unified Diff: ios/chrome/browser/ui/native_content_controller.h

Issue 2569213002: [ObjC ARC] Reland of Converts ios/chrome/browser/ui:ui to ARC. (Closed)
Patch Set: Created 4 years 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/chrome/browser/ui/image_util.mm ('k') | ios/chrome/browser/ui/native_content_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/native_content_controller.h
diff --git a/ios/chrome/browser/ui/native_content_controller.h b/ios/chrome/browser/ui/native_content_controller.h
index 904ed9f9e4091348de4527e7f395a8f86219276d..deff6235b9eb5af955b407006386fb558d062658 100644
--- a/ios/chrome/browser/ui/native_content_controller.h
+++ b/ios/chrome/browser/ui/native_content_controller.h
@@ -20,7 +20,7 @@ class GURL;
@interface NativeContentController : NSObject<CRWNativeContent>
// Top-level view.
-@property(nonatomic, retain) IBOutlet UIView* view;
+@property(nonatomic, strong) IBOutlet UIView* view;
@property(nonatomic, copy) NSString* title;
@property(nonatomic, readonly, assign) const GURL& url;
« no previous file with comments | « ios/chrome/browser/ui/image_util.mm ('k') | ios/chrome/browser/ui/native_content_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698