| Index: ios/web/shell/view_controller.h
|
| diff --git a/ios/web/shell/view_controller.h b/ios/web/shell/view_controller.h
|
| index 8f152710414a7e073bd5f5046e7ac132b487892e..b85b1dc060ae85eb775035f140e8db5c231a5901 100644
|
| --- a/ios/web/shell/view_controller.h
|
| +++ b/ios/web/shell/view_controller.h
|
| @@ -22,8 +22,8 @@ extern NSString* const kWebShellAddressFieldAccessibilityLabel;
|
| // Implements the main UI for ios_web_shell, including a toolbar and web view.
|
| @interface ViewController : UIViewController
|
|
|
| -@property(nonatomic, retain) IBOutlet UIView* containerView;
|
| -@property(nonatomic, retain) IBOutlet UIToolbar* toolbarView;
|
| +@property(nonatomic, strong) IBOutlet UIView* containerView;
|
| +@property(nonatomic, strong) IBOutlet UIToolbar* toolbarView;
|
| @property(nonatomic, assign, readonly) web::WebState* webState;
|
|
|
| // Initializes a new ViewController from |MainView.xib| using the given
|
|
|