Index: ios/web_view/shell/shell_view_controller.h |
diff --git a/ios/web_view/shell/shell_view_controller.h b/ios/web_view/shell/shell_view_controller.h |
index a6d4cfc41ef40aae405c256edc6fa3c7e6ec98ee..980f92cd85b2fb54b7b37cec0c92e88c69cc1663 100644 |
--- a/ios/web_view/shell/shell_view_controller.h |
+++ b/ios/web_view/shell/shell_view_controller.h |
@@ -7,12 +7,12 @@ |
#import <UIKit/UIKit.h> |
-#import "ios/web_view/public/criwv_web_view_delegate.h" |
+#import "ios/web_view/public/cwv_web_view_delegate.h" |
// Implements the main UI for web_view_shell, including the toolbar and web |
// view. |
@interface ShellViewController |
- : UIViewController<CRIWVWebViewDelegate, UITextFieldDelegate> |
+ : UIViewController<CWVWebViewDelegate, UITextFieldDelegate> |
@end |