| Index: ui/views/mus/input_method_mus.h
|
| diff --git a/ui/views/mus/input_method_mus.h b/ui/views/mus/input_method_mus.h
|
| index 779a6a9f5f93800fc28d7c7ee9a7c6b4e33ba4aa..b1f74755b2d930af52efb8f7a154558bd355c447 100644
|
| --- a/ui/views/mus/input_method_mus.h
|
| +++ b/ui/views/mus/input_method_mus.h
|
| @@ -27,7 +27,7 @@ class VIEWS_MUS_EXPORT InputMethodMus : public ui::InputMethodBase {
|
| ui::Window* window);
|
| ~InputMethodMus() override;
|
|
|
| - void Init(shell::Connector* connector);
|
| + void Init(service_manager::Connector* connector);
|
|
|
| // Overridden from ui::InputMethod:
|
| void OnFocus() override;
|
|
|