| 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 d69c62321633a26614fa21c358eccd5746df93a6..95ddf2f4401b507455180aed5fdaa2d830a965e4 100644
|
| --- a/ios/web_view/shell/shell_app_delegate.m
|
| +++ b/ios/web_view/shell/shell_app_delegate.m
|
| @@ -4,7 +4,8 @@
|
|
|
| #import "ios/web_view/shell/shell_app_delegate.h"
|
|
|
| -#import "ios/web_view/public/cwv.h"
|
| +#import <ChromeWebView/ChromeWebView.h>
|
| +
|
| #import "ios/web_view/shell/shell_delegate.h"
|
| #import "ios/web_view/shell/shell_view_controller.h"
|
|
|
|
|