| Index: services/ui/ime/test_ime_driver/test_ime_application.h
 | 
| diff --git a/services/ui/ime/test_ime_driver/test_ime_application.h b/services/ui/ime/test_ime_driver/test_ime_application.h
 | 
| index f62c402756a7513b432dac93ae7a10878edce3fd..a194f6d2d63dab88a303681b3967bae218d86135 100644
 | 
| --- a/services/ui/ime/test_ime_driver/test_ime_application.h
 | 
| +++ b/services/ui/ime/test_ime_driver/test_ime_application.h
 | 
| @@ -18,7 +18,7 @@ class TestIMEApplication : public service_manager::Service {
 | 
|  
 | 
|   private:
 | 
|    // service_manager::Service:
 | 
| -  void OnStart(service_manager::ServiceContext* context) override;
 | 
| +  void OnStart() override;
 | 
|    bool OnConnect(const service_manager::ServiceInfo& remote_info,
 | 
|                   service_manager::InterfaceRegistry* registry) override;
 | 
|  
 | 
| 
 |