Index: ios/web_view/public/cwv_web_view.h |
diff --git a/ios/web_view/public/cwv_web_view.h b/ios/web_view/public/cwv_web_view.h |
index b6a224c996b67d9a6fbf6344377e074d246580dd..81a54a3f02e09e7617b74e7776b8a98d82786142 100644 |
--- a/ios/web_view/public/cwv_web_view.h |
+++ b/ios/web_view/public/cwv_web_view.h |
@@ -7,7 +7,7 @@ |
#import <UIKit/UIKit.h> |
@class CWVWebViewConfiguration; |
-@protocol CRIWVWebViewDelegate; |
+@protocol CWVWebViewDelegate; |
// A web view component (like WKWebView) which uses iOS Chromium's web view |
// implementation. |
@@ -22,7 +22,7 @@ |
@property(nonatomic, readonly) UIView* view; |
// This web view's delegate. |
-@property(nonatomic, weak) id<CRIWVWebViewDelegate> delegate; |
+@property(nonatomic, weak) id<CWVWebViewDelegate> delegate; |
// Whether or not this web view can go backwards or forwards. |
@property(nonatomic, readonly) BOOL canGoBack; |