| Index: ios/web_view/shell/shell_app_delegate.h
|
| diff --git a/ios/web_view/shell/shell_app_delegate.h b/ios/web_view/shell/shell_app_delegate.h
|
| index 0836e0c5d012e38d3ae072e1bd691db0892136ad..cde88e6b20add6de55cf5853583ba29e41cb3314 100644
|
| --- a/ios/web_view/shell/shell_app_delegate.h
|
| +++ b/ios/web_view/shell/shell_app_delegate.h
|
| @@ -10,7 +10,7 @@
|
| @interface ShellAppDelegate : UIResponder<UIApplicationDelegate>
|
|
|
| // The main window for the application.
|
| -@property(nonatomic, retain) UIWindow* window;
|
| +@property(nonatomic, strong) UIWindow* window;
|
|
|
| @end
|
|
|
|
|