Index: ios/web_view/internal/criwv_web_main_delegate.mm |
diff --git a/ios/web_view/internal/criwv_web_main_delegate.mm b/ios/web_view/internal/criwv_web_main_delegate.mm |
index e51a7fa0504ddb4b937939bcdd59280d2d54a987..335d0d68cff1a01ae83f63e31ae25e1a4bddaab3 100644 |
--- a/ios/web_view/internal/criwv_web_main_delegate.mm |
+++ b/ios/web_view/internal/criwv_web_main_delegate.mm |
@@ -6,7 +6,7 @@ |
#include "base/memory/ptr_util.h" |
#import "ios/web_view/internal/criwv_web_client.h" |
-#import "ios/web_view/public/criwv_delegate.h" |
+#import "ios/web_view/public/cwv_delegate.h" |
#if !defined(__has_feature) || !__has_feature(objc_arc) |
#error "This file requires ARC support." |
@@ -14,7 +14,7 @@ |
namespace ios_web_view { |
-CRIWVWebMainDelegate::CRIWVWebMainDelegate(id<CRIWVDelegate> delegate) |
+CRIWVWebMainDelegate::CRIWVWebMainDelegate(id<CWVDelegate> delegate) |
: delegate_(delegate) {} |
CRIWVWebMainDelegate::~CRIWVWebMainDelegate() {} |