| Index: ui/views/mus/input_method_mus.cc
 | 
| diff --git a/ui/views/mus/input_method_mus.cc b/ui/views/mus/input_method_mus.cc
 | 
| index 8d5bb8b2cfaf1c57bf473012bc42038462ccb098..aceca35bfc61fb88e8e20bf72dbde896e796d165 100644
 | 
| --- a/ui/views/mus/input_method_mus.cc
 | 
| +++ b/ui/views/mus/input_method_mus.cc
 | 
| @@ -27,7 +27,7 @@ InputMethodMus::InputMethodMus(ui::internal::InputMethodDelegate* delegate,
 | 
|  
 | 
|  InputMethodMus::~InputMethodMus() {}
 | 
|  
 | 
| -void InputMethodMus::Init(shell::Connector* connector) {
 | 
| +void InputMethodMus::Init(service_manager::Connector* connector) {
 | 
|    connector->ConnectToInterface("service:ui", &ime_server_);
 | 
|  }
 | 
|  
 | 
| 
 |