| Index: ios/web_view/internal/cwv_web_view.mm
|
| diff --git a/ios/web_view/internal/criwv_web_view.mm b/ios/web_view/internal/cwv_web_view.mm
|
| similarity index 97%
|
| rename from ios/web_view/internal/criwv_web_view.mm
|
| rename to ios/web_view/internal/cwv_web_view.mm
|
| index df2e9ea46dda5024b312324eb51bc0dc88d087ff..b306aa8e1319bfe6ea3220ea17e3a1b5e4e2988f 100644
|
| --- a/ios/web_view/internal/criwv_web_view.mm
|
| +++ b/ios/web_view/internal/cwv_web_view.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.h"
|
| +#import "ios/web_view/public/cwv_web_view.h"
|
|
|
| #include <memory>
|
| #include <utility>
|
| @@ -31,7 +31,7 @@
|
| #error "This file requires ARC support."
|
| #endif
|
|
|
| -@interface CRIWVWebView ()<CRWWebStateDelegate, CRWWebStateObserver> {
|
| +@interface CWVWebView ()<CRWWebStateDelegate, CRWWebStateObserver> {
|
| CRIWVWebViewConfiguration* _configuration;
|
| std::unique_ptr<web::WebState> _webState;
|
| std::unique_ptr<web::WebStateDelegateBridge> _webStateDelegate;
|
| @@ -41,7 +41,7 @@
|
|
|
| @end
|
|
|
| -@implementation CRIWVWebView
|
| +@implementation CWVWebView
|
|
|
| @synthesize delegate = _delegate;
|
| @synthesize loadProgress = _loadProgress;
|
|
|