| Index: components/filesystem/file_system_app.h
|
| diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
|
| index 3e5475ad6fb57ec70e18117bee4b976e882e0e17..7834d0dd7a83207dcfec27c1a2e8f1660c23b274 100644
|
| --- a/components/filesystem/file_system_app.h
|
| +++ b/components/filesystem/file_system_app.h
|
| @@ -31,9 +31,7 @@ class FileSystemApp : public shell::Service,
|
| static base::FilePath GetUserDataDir();
|
|
|
| // |shell::Service| override:
|
| - void OnStart(shell::Connector* connector,
|
| - const shell::Identity& identity,
|
| - uint32_t id) override;
|
| + void OnStart(const shell::Identity& identity) override;
|
| bool OnConnect(shell::Connection* connection) override;
|
|
|
| // |InterfaceFactory<Files>| implementation:
|
|
|