Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: ios/web_view/internal/cwv_web_view.mm

Issue 2690163003: Rename CRIWVWebView to CWVWebView. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web_view/internal/criwv_web_view.mm ('k') | ios/web_view/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ios/web_view/internal/criwv_web_view.mm ('k') | ios/web_view/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698