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 027f703941a6cd102d9e860f6816a792a776b2cc..5105e1ed46a0b3d9046b0c9f09b7705e8eb3a8d7 100644 |
--- a/components/arc/ime/arc_ime_service.cc |
+++ b/components/arc/ime/arc_ime_service.cc |
@@ -275,7 +275,7 @@ bool ArcImeService::ChangeTextDirectionAndLayoutAlignment( |
return false; |
} |
-bool ArcImeService::IsEditCommandEnabled(int command_id) { |
+bool ArcImeService::IsEditCommandEnabled(ui::TextEditCommand command) const { |
return false; |
} |