| Index: components/filesystem/file_system_app.h
|
| diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
|
| index bca21d2d2f06a1df8e800ed5c1ac5cef1e536b1f..937a3724a7597a3ee9a7d161827bac9b94f0e654 100644
|
| --- a/components/filesystem/file_system_app.h
|
| +++ b/components/filesystem/file_system_app.h
|
| @@ -32,8 +32,8 @@ class FileSystemApp
|
| static base::FilePath GetUserDataDir();
|
|
|
| // |service_manager::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<Files>| implementation:
|
|
|