Index: services/ui/ime/ime_server_impl.cc |
diff --git a/services/ui/ime/ime_server_impl.cc b/services/ui/ime/ime_server_impl.cc |
index 9cae996ec9e009f9509c5a9c838ad410eff7ef72..0731d02a996b1a8e04aa8bd5603db25b9430b472 100644 |
--- a/services/ui/ime/ime_server_impl.cc |
+++ b/services/ui/ime/ime_server_impl.cc |
@@ -17,7 +17,7 @@ IMEServerImpl::~IMEServerImpl() {} |
void IMEServerImpl::Init(service_manager::Connector* connector, |
bool is_test_config) { |
connector_ = connector; |
- connector_->ConnectToInterface(catalog::mojom::kServiceName, &catalog_); |
+ connector_->BindInterface(catalog::mojom::kServiceName, &catalog_); |
// TODO(moshayedi): crbug.com/664264. The catalog service should provide |
// different set of entries for test and non-test. Once that is implemented, |
// we won't need this check here. |