| Index: components/filesystem/file_system_app.h
|
| diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
|
| index 53ea98d976cc1284a2c0c599c445e86f6950738e..ee05f037201c50044d09ff7dc285471c46ee21f9 100644
|
| --- a/components/filesystem/file_system_app.h
|
| +++ b/components/filesystem/file_system_app.h
|
| @@ -32,7 +32,7 @@
|
| static base::FilePath GetUserDataDir();
|
|
|
| // |service_manager::Service| override:
|
| - void OnStart() override;
|
| + void OnStart(service_manager::ServiceContext* context) override;
|
| bool OnConnect(const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) override;
|
|
|
|
|