| Index: components/arc/ime/arc_ime_service.cc
|
| diff --git a/components/arc/ime/arc_ime_service.cc b/components/arc/ime/arc_ime_service.cc
|
| index c4f914fc65e7b532cab1680fb382f63b77535125..d6138c4d058d403b5adab36a646432b667830113 100644
|
| --- a/components/arc/ime/arc_ime_service.cc
|
| +++ b/components/arc/ime/arc_ime_service.cc
|
| @@ -281,7 +281,7 @@ bool ArcImeService::ChangeTextDirectionAndLayoutAlignment(
|
| return false;
|
| }
|
|
|
| -bool ArcImeService::IsEditCommandEnabled(int command_id) const {
|
| +bool ArcImeService::IsEditCommandEnabled(ui::TextEditCommand command) const {
|
| return false;
|
| }
|
|
|
|
|