Index: ios/web_view/shell/shell_delegate.h |
diff --git a/ios/web_view/shell/shell_delegate.h b/ios/web_view/shell/shell_delegate.h |
index 917af955d63014e9e0b0b50ac0d8c3e4b2420f85..79fe012bd52e6d121f0925a5685d698890c1f0d9 100644 |
--- a/ios/web_view/shell/shell_delegate.h |
+++ b/ios/web_view/shell/shell_delegate.h |
@@ -6,10 +6,10 @@ |
#import <UIKit/UIKit.h> |
-#import "ios/web_view/public/criwv_delegate.h" |
+#import "ios/web_view/public/cwv_delegate.h" |
-// Shell-specific implementation of CRIWVDelegate. |
-@interface ShellDelegate : NSObject<CRIWVDelegate> |
+// Shell-specific implementation of CWVDelegate. |
+@interface ShellDelegate : NSObject<CWVDelegate> |
@end |
#endif // IOS_WEB_VIEW_SHELL_SHELL_DELEGATE_H_ |