| Index: mash/shell/shell_application_delegate.h
|
| diff --git a/mash/shell/shell_application_delegate.h b/mash/shell/shell_application_delegate.h
|
| index 1047d3ffd785f5227510ed2743eafd9e5913b1de..60a1d69b93b7be481362d1a5ce8481168963ff7a 100644
|
| --- a/mash/shell/shell_application_delegate.h
|
| +++ b/mash/shell/shell_application_delegate.h
|
| @@ -34,7 +34,7 @@ class ShellApplicationDelegate
|
| private:
|
| // mojo::ShellClient:
|
| void Initialize(mojo::Shell* shell, const std::string& url,
|
| - uint32_t id) override;
|
| + uint32_t id, uint32_t user_id) override;
|
| bool AcceptConnection(mojo::Connection* connection) override;
|
|
|
| // mash::shell::mojom::Shell:
|
|
|