Index: components/arc/ime/arc_ime_service.h |
diff --git a/components/arc/ime/arc_ime_service.h b/components/arc/ime/arc_ime_service.h |
index 3e81db4b1340e8d2b0d722ae6cc53e8694fec98f..bf0121588ad3f31ed838dabc4530c9897cd91be1 100644 |
--- a/components/arc/ime/arc_ime_service.h |
+++ b/components/arc/ime/arc_ime_service.h |
@@ -94,8 +94,8 @@ class ArcImeService : public ArcService, |
base::i18n::TextDirection direction) override; |
void ExtendSelectionAndDelete(size_t before, size_t after) override {} |
void EnsureCaretInRect(const gfx::Rect& rect) override {} |
- bool IsEditCommandEnabled(int command_id) override; |
- void SetEditCommandForNextKeyEvent(int command_id) override {} |
+ bool IsEditCommandEnabled(ui::TextEditCommand command) const override; |
+ void SetEditCommandForNextKeyEvent(ui::TextEditCommand command) override {} |
private: |
ui::InputMethod* GetInputMethod(); |