Index: ios/web_view/public/criwv.h |
diff --git a/ios/web_view/public/criwv.h b/ios/web_view/public/criwv.h |
index d5f119e6db9508edeff72c66b91a1bd532ecdd4b..b700569b8ad87e4e76bc7f4ae2f50971c8e9b992 100644 |
--- a/ios/web_view/public/criwv.h |
+++ b/ios/web_view/public/criwv.h |
@@ -8,7 +8,7 @@ |
#import <CoreGraphics/CoreGraphics.h> |
#import <Foundation/Foundation.h> |
-@protocol CRIWVDelegate; |
+@protocol CWVDelegate; |
@class CWVWebView; |
// Main interface for the CRIWV library. |
@@ -17,7 +17,7 @@ __attribute__((visibility("default"))) |
// Initializes the CRIWV library. This function should be called from |
// |application:didFinishLaunchingWithOptions:|. |
-+ (void)configureWithDelegate:(id<CRIWVDelegate>)delegate; |
++ (void)configureWithDelegate:(id<CWVDelegate>)delegate; |
// Shuts down the CRIWV library. This function should be called from |
// |applicationwillTerminate:|. |