| Index: ios/web_view/internal/cwv_web_view_configuration.mm
|
| diff --git a/ios/web_view/internal/criwv_web_view_configuration.mm b/ios/web_view/internal/cwv_web_view_configuration.mm
|
| similarity index 86%
|
| rename from ios/web_view/internal/criwv_web_view_configuration.mm
|
| rename to ios/web_view/internal/cwv_web_view_configuration.mm
|
| index e70045a86a0b0b2d89ef857d143cfa980ccd1bfc..01568c5ce1ef7b841e4a762581d6c70d9a4b59dd 100644
|
| --- a/ios/web_view/internal/criwv_web_view_configuration.mm
|
| +++ b/ios/web_view/internal/cwv_web_view_configuration.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import "ios/web_view/public/criwv_web_view_configuration.h"
|
| +#import "ios/web_view/public/cwv_web_view_configuration.h"
|
|
|
| #import "ios/web_view/public/cwv_website_data_store.h"
|
|
|
| @@ -10,12 +10,12 @@
|
| #error "This file requires ARC support."
|
| #endif
|
|
|
| -@interface CRIWVWebViewConfiguration ()
|
| +@interface CWVWebViewConfiguration ()
|
| // Initialize configuration with specified data store.
|
| - (instancetype)initWithDataStore:(CWVWebsiteDataStore*)dataStore;
|
| @end
|
|
|
| -@implementation CRIWVWebViewConfiguration
|
| +@implementation CWVWebViewConfiguration
|
|
|
| @synthesize websiteDataStore = _websiteDataStore;
|
|
|
|
|