| 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 28667a2151d736c9f31fa83c6b36bc08cff561e4..8a1e2b7c0c41e9c370222b642b7d414392de94ab 100644
|
| --- a/services/ui/ime/test_ime_driver/test_ime_application.h
|
| +++ b/services/ui/ime/test_ime_driver/test_ime_application.h
|
| @@ -10,16 +10,16 @@
|
| namespace ui {
|
| namespace test {
|
|
|
| -class TestIMEApplication : public shell::Service {
|
| +class TestIMEApplication : public service_manager::Service {
|
| public:
|
| TestIMEApplication();
|
| ~TestIMEApplication() override;
|
|
|
| private:
|
| - // shell::Service:
|
| - bool OnConnect(const shell::Identity& remote_identity,
|
| - shell::InterfaceRegistry* registry) override;
|
| - void OnStart(const shell::Identity& identity) override;
|
| + // service_manager::Service:
|
| + bool OnConnect(const service_manager::Identity& remote_identity,
|
| + service_manager::InterfaceRegistry* registry) override;
|
| + void OnStart(const service_manager::Identity& identity) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TestIMEApplication);
|
| };
|
|
|