| 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 deff6235b9eb5af955b407006386fb558d062658..904ed9f9e4091348de4527e7f395a8f86219276d 100644
|
| --- a/ios/chrome/browser/ui/native_content_controller.h
|
| +++ b/ios/chrome/browser/ui/native_content_controller.h
|
| @@ -20,7 +20,7 @@
|
| @interface NativeContentController : NSObject<CRWNativeContent>
|
|
|
| // Top-level view.
|
| -@property(nonatomic, strong) IBOutlet UIView* view;
|
| +@property(nonatomic, retain) IBOutlet UIView* view;
|
| @property(nonatomic, copy) NSString* title;
|
| @property(nonatomic, readonly, assign) const GURL& url;
|
|
|
|
|