| 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 9540e984447dd99a0b81834eea353e26a3b92f3f..8d5bb8b2cfaf1c57bf473012bc42038462ccb098 100644
 | 
| --- a/ui/views/mus/input_method_mus.cc
 | 
| +++ b/ui/views/mus/input_method_mus.cc
 | 
| @@ -28,7 +28,7 @@ InputMethodMus::InputMethodMus(ui::internal::InputMethodDelegate* delegate,
 | 
|  InputMethodMus::~InputMethodMus() {}
 | 
|  
 | 
|  void InputMethodMus::Init(shell::Connector* connector) {
 | 
| -  connector->ConnectToInterface("mojo:ui", &ime_server_);
 | 
| +  connector->ConnectToInterface("service:ui", &ime_server_);
 | 
|  }
 | 
|  
 | 
|  ////////////////////////////////////////////////////////////////////////////////
 | 
| 
 |