| Index: services/ui/ime/test_ime_driver/test_ime_application.cc
|
| diff --git a/services/ui/ime/test_ime_driver/test_ime_application.cc b/services/ui/ime/test_ime_driver/test_ime_application.cc
|
| index 9072518b7f51630f6995ac28402f2253a44630b9..c5b78f4e4cd60580869559dc8c5dee79c6d3123c 100644
|
| --- a/services/ui/ime/test_ime_driver/test_ime_application.cc
|
| +++ b/services/ui/ime/test_ime_driver/test_ime_application.cc
|
| @@ -17,12 +17,12 @@ TestIMEApplication::TestIMEApplication() {}
|
| TestIMEApplication::~TestIMEApplication() {}
|
|
|
| bool TestIMEApplication::OnConnect(
|
| - const service_manager::Identity& remote_identity,
|
| + const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) {
|
| return true;
|
| }
|
|
|
| -void TestIMEApplication::OnStart(const service_manager::Identity& identity) {
|
| +void TestIMEApplication::OnStart(const service_manager::ServiceInfo& info) {
|
| mojom::IMEDriverPtr ime_driver_ptr;
|
| mojo::MakeStrongBinding(base::MakeUnique<TestIMEDriver>(),
|
| GetProxy(&ime_driver_ptr));
|
|
|