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 ada98cc27b2a3e707b6260da203e506cd452c736..b29548c1dfa7109dd90a57c494a828af9564a77a 100644 |
--- a/components/arc/ime/arc_ime_service.h |
+++ b/components/arc/ime/arc_ime_service.h |
@@ -100,7 +100,7 @@ class ArcImeService : public ArcService, |
void OnInputMethodChanged() override {} |
bool ChangeTextDirectionAndLayoutAlignment( |
base::i18n::TextDirection direction) override; |
- void ExtendSelectionAndDelete(size_t before, size_t after) override {} |
+ void ExtendSelectionAndDelete(size_t before, size_t after) override; |
void EnsureCaretInRect(const gfx::Rect& rect) override {} |
bool IsTextEditCommandEnabled(ui::TextEditCommand command) const override; |
void SetTextEditCommandForNextKeyEvent(ui::TextEditCommand command) override { |