| Index: services/file/file_service.h
|
| diff --git a/services/file/file_service.h b/services/file/file_service.h
|
| index 6ec9e1e8e1557d1c7cd2e60d0c0ede144972b04d..58831b51ae4c67d9e2661bcbdb9e6c9d4b3ea53c 100644
|
| --- a/services/file/file_service.h
|
| +++ b/services/file/file_service.h
|
| @@ -33,8 +33,8 @@ class FileService
|
|
|
| private:
|
| // |Service| override:
|
| - void OnStart(const service_manager::Identity& identity) override;
|
| - bool OnConnect(const service_manager::Identity& remote_identity,
|
| + void OnStart(const service_manager::ServiceInfo& info) override;
|
| + bool OnConnect(const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) override;
|
|
|
| // |InterfaceFactory<mojom::FileSystem>| implementation:
|
|
|