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

Unified Diff: ios/web_view/internal/cwv_website_data_store_internal.h

Issue 2715043002: Replace prefix of ios/web_view C++ classes. (Closed)
Patch Set: Respond to comments. 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_website_data_store_internal.h
diff --git a/ios/web_view/internal/cwv_website_data_store_internal.h b/ios/web_view/internal/cwv_website_data_store_internal.h
index e826994f970959067c6927625b7d14c003fb32d4..31035e14b44915852b96a34bb00e904790e0f80a 100644
--- a/ios/web_view/internal/cwv_website_data_store_internal.h
+++ b/ios/web_view/internal/cwv_website_data_store_internal.h
@@ -8,14 +8,14 @@
#import "ios/web_view/public/cwv_website_data_store.h"
namespace ios_web_view {
-class CRIWVBrowserState;
+class WebViewBrowserState;
} // namespace ios_web_view
@interface CWVWebsiteDataStore ()
// The browser state associated with this website data store.
@property(nonatomic, readonly, nonnull)
- ios_web_view::CRIWVBrowserState* browserState;
+ ios_web_view::WebViewBrowserState* browserState;
@end

Powered by Google App Engine
This is Rietveld 408576698