| Index: ios/web_view/shell/BUILD.gn
|
| diff --git a/ios/web_view/shell/BUILD.gn b/ios/web_view/shell/BUILD.gn
|
| index c67526345cee566a5dbccc38e523464996d54e79..f7e2e60c4b64305fa43cd710a9f5388fddccc204 100644
|
| --- a/ios/web_view/shell/BUILD.gn
|
| +++ b/ios/web_view/shell/BUILD.gn
|
| @@ -22,8 +22,8 @@ source_set("shell") {
|
| "shell_exe_main.m",
|
| "shell_view_controller.h",
|
| "shell_view_controller.m",
|
| - "translate_controller.h",
|
| - "translate_controller.m",
|
| + "translate_delegate.h",
|
| + "translate_delegate.m",
|
| ]
|
|
|
| deps = [
|
|
|