Index: components/filesystem/file_system_app.h |
diff --git a/components/filesystem/file_system_app.h b/components/filesystem/file_system_app.h |
index c23b070cd22c408858f566d77deb222ed9dcf24c..ee72a60831ab8a808d65ef6ce29e83ab59206cfa 100644 |
--- a/components/filesystem/file_system_app.h |
+++ b/components/filesystem/file_system_app.h |
@@ -32,7 +32,8 @@ class FileSystemApp : public shell::Service, |
// |shell::Service| override: |
void OnStart(const shell::Identity& identity) override; |
- bool OnConnect(shell::Connection* connection) override; |
+ bool OnConnect(const shell::Identity& remote_identity, |
+ shell::InterfaceRegistry* registry) override; |
// |InterfaceFactory<Files>| implementation: |
void Create(const shell::Identity& remote_identity, |