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

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

Issue 2693793003: Rename CRIWVWebViewConfiguration to CWVWebViewConfiguration (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/BUILD.gn ('k') | ios/web_view/internal/criwv_web_view_configuration.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/internal/criwv.mm
diff --git a/ios/web_view/internal/criwv.mm b/ios/web_view/internal/criwv.mm
index af4ce4a43c879ddfdb1e7370acb044c77d0b4ca4..178e8dcadf0fa71ca987f55486c219deb41b0008 100644
--- a/ios/web_view/internal/criwv.mm
+++ b/ios/web_view/internal/criwv.mm
@@ -13,8 +13,8 @@
#include "ios/web/public/web_thread.h"
#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/cwv_web_view.h"
+#import "ios/web_view/public/cwv_web_view_configuration.h"
#import "ios/web_view/public/cwv_website_data_store.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
@@ -48,8 +48,8 @@ CRIWV* g_criwv = nil;
}
+ (CWVWebView*)webViewWithFrame:(CGRect)frame {
- CRIWVWebViewConfiguration* configuration =
- [[CRIWVWebViewConfiguration alloc] init];
+ CWVWebViewConfiguration* configuration =
+ [[CWVWebViewConfiguration alloc] init];
configuration.websiteDataStore = [CWVWebsiteDataStore defaultDataStore];
return [[CWVWebView alloc] initWithFrame:frame configuration:configuration];
« no previous file with comments | « ios/web_view/internal/BUILD.gn ('k') | ios/web_view/internal/criwv_web_view_configuration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698