| 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 7da2a48fc1f66d80d0d9c4ec58940d8f510f76fb..9072518b7f51630f6995ac28402f2253a44630b9 100644
|
| --- a/services/ui/ime/test_ime_driver/test_ime_application.cc
|
| +++ b/services/ui/ime/test_ime_driver/test_ime_application.cc
|
| @@ -16,12 +16,13 @@ TestIMEApplication::TestIMEApplication() {}
|
|
|
| TestIMEApplication::~TestIMEApplication() {}
|
|
|
| -bool TestIMEApplication::OnConnect(const shell::Identity& remote_identity,
|
| - shell::InterfaceRegistry* registry) {
|
| +bool TestIMEApplication::OnConnect(
|
| + const service_manager::Identity& remote_identity,
|
| + service_manager::InterfaceRegistry* registry) {
|
| return true;
|
| }
|
|
|
| -void TestIMEApplication::OnStart(const shell::Identity& identity) {
|
| +void TestIMEApplication::OnStart(const service_manager::Identity& identity) {
|
| mojom::IMEDriverPtr ime_driver_ptr;
|
| mojo::MakeStrongBinding(base::MakeUnique<TestIMEDriver>(),
|
| GetProxy(&ime_driver_ptr));
|
|
|