| 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..4952afeb84ba03c3848936e508f83b908c0614f3 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",
|
| + "translation_delegate.h",
|
| + "translation_delegate.m",
|
| ]
|
|
|
| deps = [
|
|
|