| Index: components/leveldb/leveldb_app.h
|
| diff --git a/components/leveldb/leveldb_app.h b/components/leveldb/leveldb_app.h
|
| index 7e8b828223b3dd2b01084ebdc48c2cb94e129dcc..28706c1bf54f5d785d3897f910bf0d4009712f7f 100644
|
| --- a/components/leveldb/leveldb_app.h
|
| +++ b/components/leveldb/leveldb_app.h
|
| @@ -24,7 +24,8 @@ class LevelDBApp : public shell::Service,
|
| private:
|
| // |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<mojom::LevelDBService>| implementation:
|
| void Create(const shell::Identity& remote_identity,
|
|
|