| Index: mash/catalog_viewer/catalog_viewer.cc
|
| diff --git a/mash/catalog_viewer/catalog_viewer.cc b/mash/catalog_viewer/catalog_viewer.cc
|
| index 5cc5a3631125a789d76100225676528da6520bb0..a0be96f5e80ec4fe55b81e41087e038b7f21cbb4 100644
|
| --- a/mash/catalog_viewer/catalog_viewer.cc
|
| +++ b/mash/catalog_viewer/catalog_viewer.cc
|
| @@ -240,8 +240,7 @@ void CatalogViewer::Launch(uint32_t what, mojom::LaunchMode how) {
|
| return;
|
| }
|
| catalog::mojom::CatalogPtr catalog;
|
| - context()->connector()->ConnectToInterface(catalog::mojom::kServiceName,
|
| - &catalog);
|
| + context()->connector()->BindInterface(catalog::mojom::kServiceName, &catalog);
|
|
|
| views::Widget* window = views::Widget::CreateWindowWithContextAndBounds(
|
| new CatalogViewerContents(this, std::move(catalog)), nullptr,
|
|
|