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

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

Issue 2697453007: Rename CRIWVWebsiteDataStore to CWVWebsiteDataStore. (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 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];
}
« 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