| Index: components/filesystem/file_system_app.h
|
| diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h
|
| index be424c7f3b98860447082431064372afe3b2ebda..3e5475ad6fb57ec70e18117bee4b976e882e0e17 100644
|
| --- a/components/filesystem/file_system_app.h
|
| +++ b/components/filesystem/file_system_app.h
|
| @@ -37,7 +37,7 @@ class FileSystemApp : public shell::Service,
|
| bool OnConnect(shell::Connection* connection) override;
|
|
|
| // |InterfaceFactory<Files>| implementation:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| mojo::InterfaceRequest<mojom::FileSystem> request) override;
|
|
|
| mojo::TracingImpl tracing_;
|
|
|