| Index: ios/web_view/internal/criwv.mm
|
| diff --git a/ios/web_view/internal/criwv.mm b/ios/web_view/internal/criwv.mm
|
| index deecb508e3ee8a66523a33cbd2ce96bab78e80b7..af4ce4a43c879ddfdb1e7370acb044c77d0b4ca4 100644
|
| --- a/ios/web_view/internal/criwv.mm
|
| +++ b/ios/web_view/internal/criwv.mm
|
| @@ -14,8 +14,8 @@
|
| #import "ios/web_view/internal/criwv_web_main_delegate.h"
|
| #import "ios/web_view/public/criwv_delegate.h"
|
| #import "ios/web_view/public/criwv_web_view_configuration.h"
|
| -#import "ios/web_view/public/criwv_website_data_store.h"
|
| #import "ios/web_view/public/cwv_web_view.h"
|
| +#import "ios/web_view/public/cwv_website_data_store.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
| @@ -50,7 +50,7 @@ CRIWV* g_criwv = nil;
|
| + (CWVWebView*)webViewWithFrame:(CGRect)frame {
|
| CRIWVWebViewConfiguration* configuration =
|
| [[CRIWVWebViewConfiguration alloc] init];
|
| - configuration.websiteDataStore = [CRIWVWebsiteDataStore defaultDataStore];
|
| + configuration.websiteDataStore = [CWVWebsiteDataStore defaultDataStore];
|
|
|
| return [[CWVWebView alloc] initWithFrame:frame configuration:configuration];
|
| }
|
|
|