| Index: ui/views/touchui/touch_selection_controller_impl_unittest.cc
 | 
| diff --git a/ui/views/touchui/touch_selection_controller_impl_unittest.cc b/ui/views/touchui/touch_selection_controller_impl_unittest.cc
 | 
| index a9332b6da4a6ed08ae85c2cf162e546f2df0790e..e3983dc045918d803a0be91e8af25841c5be4888 100644
 | 
| --- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc
 | 
| +++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc
 | 
| @@ -687,11 +687,6 @@ class TestTouchEditable : public ui::TouchEditable {
 | 
|      NOTREACHED();
 | 
|      return false;
 | 
|    }
 | 
| -  bool GetAcceleratorForCommandId(int command_id,
 | 
| -                                  ui::Accelerator* accelerator) const override {
 | 
| -    NOTREACHED();
 | 
| -    return false;
 | 
| -  }
 | 
|    void ExecuteCommand(int command_id, int event_flags) override {
 | 
|      NOTREACHED();
 | 
|    }
 | 
| 
 |