Index: ui/views/controls/textfield/textfield.h |
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h |
index ac1f0cf6df1655ae16a3883e072a97249b5b7953..54391a380cb8ac1b51e0dd753f01014f045b569b 100644 |
--- a/ui/views/controls/textfield/textfield.h |
+++ b/ui/views/controls/textfield/textfield.h |
@@ -272,7 +272,7 @@ class VIEWS_EXPORT Textfield : public View, |
bool IsCommandIdChecked(int command_id) const override; |
bool IsCommandIdEnabled(int command_id) const override; |
bool GetAcceleratorForCommandId(int command_id, |
- ui::Accelerator* accelerator) override; |
+ ui::Accelerator* accelerator) const override; |
void ExecuteCommand(int command_id, int event_flags) override; |
// ui::TextInputClient overrides: |