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

Unified Diff: ios/web_view/public/criwv.h

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/public/BUILD.gn ('k') | ios/web_view/public/criwv_web_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/public/criwv.h
diff --git a/ios/web_view/public/criwv.h b/ios/web_view/public/criwv.h
index 1f999e9a765f2aa8dccbf5f9bdf4882aedc6b0b8..d5f119e6db9508edeff72c66b91a1bd532ecdd4b 100644
--- a/ios/web_view/public/criwv.h
+++ b/ios/web_view/public/criwv.h
@@ -9,7 +9,7 @@
#import <Foundation/Foundation.h>
@protocol CRIWVDelegate;
-@class CRIWVWebView;
+@class CWVWebView;
// Main interface for the CRIWV library.
__attribute__((visibility("default")))
@@ -24,7 +24,7 @@ __attribute__((visibility("default")))
+ (void)shutDown;
// Creates and returns a web view.
-+ (CRIWVWebView*)webViewWithFrame:(CGRect)frame;
++ (CWVWebView*)webViewWithFrame:(CGRect)frame;
@end
« no previous file with comments | « ios/web_view/public/BUILD.gn ('k') | ios/web_view/public/criwv_web_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698