Index: ios/web_view/shell/shell_view_controller.m |
diff --git a/ios/web_view/shell/shell_view_controller.m b/ios/web_view/shell/shell_view_controller.m |
index bc04126ab84f99dd6febe2bd567cd7e52a7af2e1..f1b5f89f6a0090b034b685e01c93b2ac095bf892 100644 |
--- a/ios/web_view/shell/shell_view_controller.m |
+++ b/ios/web_view/shell/shell_view_controller.m |
@@ -172,7 +172,7 @@ |
[_field setText:[[_webView visibleURL] absoluteString]]; |
} |
-#pragma mark CRIWVWebViewDelegate methods |
+#pragma mark CWVWebViewDelegate methods |
- (void)webView:(CWVWebView*)webView |
didFinishLoadingWithURL:(NSURL*)url |
@@ -197,7 +197,7 @@ |
} |
} |
-- (id<CRIWVTranslateDelegate>)translateDelegate { |
+- (id<CWVTranslateDelegate>)translateDelegate { |
if (!_translateController) |
self.translateController = [[TranslateController alloc] init]; |
return _translateController; |