| Index: services/catalog/catalog.h
|
| diff --git a/services/catalog/catalog.h b/services/catalog/catalog.h
|
| index 417ac8e9d3e344b723de1a1da347ffe155a7a61c..3dd946e8684d1ba8ea768a85386d35a2c6a5ac01 100644
|
| --- a/services/catalog/catalog.h
|
| +++ b/services/catalog/catalog.h
|
| @@ -29,7 +29,7 @@ class LockTable;
|
| }
|
|
|
| namespace shell {
|
| -class ShellConnection;
|
| +class ServiceContext;
|
| }
|
|
|
| namespace catalog {
|
| @@ -85,7 +85,7 @@ class Catalog : public shell::Service,
|
| std::unique_ptr<Store> store_;
|
|
|
| shell::mojom::ServicePtr service_;
|
| - std::unique_ptr<shell::ShellConnection> shell_connection_;
|
| + std::unique_ptr<shell::ServiceContext> shell_connection_;
|
|
|
| std::map<std::string, std::unique_ptr<Instance>> instances_;
|
|
|
|
|