| Index: ios/web_view/shell/shell_app_delegate.m
|
| diff --git a/ios/web_view/shell/shell_app_delegate.m b/ios/web_view/shell/shell_app_delegate.m
|
| index 28a4b7dee058f68aa928178d6c426f5ec3dc76d8..d69c62321633a26614fa21c358eccd5746df93a6 100644
|
| --- a/ios/web_view/shell/shell_app_delegate.m
|
| +++ b/ios/web_view/shell/shell_app_delegate.m
|
| @@ -4,7 +4,7 @@
|
|
|
| #import "ios/web_view/shell/shell_app_delegate.h"
|
|
|
| -#import "ios/web_view/public/criwv.h"
|
| +#import "ios/web_view/public/cwv.h"
|
| #import "ios/web_view/shell/shell_delegate.h"
|
| #import "ios/web_view/shell/shell_view_controller.h"
|
|
|
| @@ -27,7 +27,7 @@
|
| self.window.backgroundColor = [UIColor whiteColor];
|
|
|
| self.delegate = [[ShellDelegate alloc] init];
|
| - [CRIWV configureWithDelegate:_delegate];
|
| + [CWV configureWithDelegate:_delegate];
|
|
|
| [self.window makeKeyAndVisible];
|
|
|
| @@ -50,7 +50,7 @@
|
| }
|
|
|
| - (void)applicationWillTerminate:(UIApplication*)application {
|
| - [CRIWV shutDown];
|
| + [CWV shutDown];
|
| }
|
|
|
| @end
|
|
|