| Index: services/catalog/catalog.h
|
| diff --git a/services/catalog/catalog.h b/services/catalog/catalog.h
|
| index bf1b9856d0bdbd49e19359fd21572f6d9250357a..c578f0eabd24699d1790574b7e5e7071a65f62cc 100644
|
| --- a/services/catalog/catalog.h
|
| +++ b/services/catalog/catalog.h
|
| @@ -41,7 +41,7 @@ class Reader;
|
| class Store;
|
|
|
| // Creates and owns an instance of the catalog. Exposes a ServicePtr that
|
| -// can be passed to the Shell, potentially in a different process.
|
| +// can be passed to the service manager, potentially in a different process.
|
| class Catalog
|
| : public service_manager::Service,
|
| public service_manager::InterfaceFactory<mojom::Catalog>,
|
|
|