| Index: services/catalog/catalog.h
|
| diff --git a/services/catalog/catalog.h b/services/catalog/catalog.h
|
| index 3dd946e8684d1ba8ea768a85386d35a2c6a5ac01..4bd016dcd597d2fce9d1df0373ae52e7897e9b50 100644
|
| --- a/services/catalog/catalog.h
|
| +++ b/services/catalog/catalog.h
|
| @@ -67,15 +67,15 @@ class Catalog : public shell::Service,
|
| bool OnConnect(shell::Connection* connection) override;
|
|
|
| // shell::InterfaceFactory<shell::mojom::Resolver>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| shell::mojom::ResolverRequest request) override;
|
|
|
| // shell::InterfaceFactory<mojom::Catalog>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| mojom::CatalogRequest request) override;
|
|
|
| // shell::InterfaceFactory<filesystem::mojom::Directory>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| filesystem::mojom::DirectoryRequest request) override;
|
|
|
| Instance* GetInstanceForUserId(const std::string& user_id);
|
|
|