| Index: mash/browser/browser.h
|
| diff --git a/mash/browser/browser.h b/mash/browser/browser.h
|
| index 4995fce5f8f954518e7d44ee71472689a3ef22fc..a0b945d99338632bed041fd86c76cb95dcb1f085 100644
|
| --- a/mash/browser/browser.h
|
| +++ b/mash/browser/browser.h
|
| @@ -44,7 +44,8 @@ class Browser : public shell::Service,
|
| private:
|
| // shell::Service:
|
| void OnStart(const shell::Identity& identity) override;
|
| - bool OnConnect(shell::Connection* connection) override;
|
| + bool OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) override;
|
|
|
| // mojom::Launchable:
|
| void Launch(uint32_t what, mojom::LaunchMode how) override;
|
|
|