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

Unified Diff: ios/web_view/internal/cwv_web_view.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
Index: ios/web_view/internal/cwv_web_view.mm
diff --git a/ios/web_view/internal/cwv_web_view.mm b/ios/web_view/internal/cwv_web_view.mm
index b306aa8e1319bfe6ea3220ea17e3a1b5e4e2988f..af3ef6c5058fd5dbb58b03c60df7c281e8a1475c 100644
--- a/ios/web_view/internal/cwv_web_view.mm
+++ b/ios/web_view/internal/cwv_web_view.mm
@@ -18,11 +18,11 @@
#import "ios/web/public/web_state/web_state_delegate_bridge.h"
#import "ios/web/public/web_state/web_state_observer_bridge.h"
#include "ios/web_view/internal/criwv_browser_state.h"
-#import "ios/web_view/internal/criwv_website_data_store_internal.h"
+#import "ios/web_view/internal/cwv_website_data_store_internal.h"
#import "ios/web_view/internal/translate/criwv_translate_client.h"
#import "ios/web_view/public/criwv_web_view_configuration.h"
#import "ios/web_view/public/criwv_web_view_delegate.h"
-#import "ios/web_view/public/criwv_website_data_store.h"
+#import "ios/web_view/public/cwv_website_data_store.h"
#import "net/base/mac/url_conversions.h"
#include "ui/base/page_transition_types.h"
#include "url/gurl.h"
« no previous file with comments | « ios/web_view/internal/criwv_website_data_store_internal.h ('k') | ios/web_view/internal/cwv_website_data_store.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698