| Index: mash/shell/shell_application_delegate.h
|
| diff --git a/mash/shell/shell_application_delegate.h b/mash/shell/shell_application_delegate.h
|
| index 99b24edaf3412689e36c0d44b6ae3e6de7b9970c..ba692e87bd71ac7984b1966fef0b5c41b891d615 100644
|
| --- a/mash/shell/shell_application_delegate.h
|
| +++ b/mash/shell/shell_application_delegate.h
|
| @@ -33,8 +33,9 @@ class ShellApplicationDelegate
|
|
|
| private:
|
| // mojo::ShellClient:
|
| - void Initialize(mojo::Connector* connector, const std::string& url,
|
| - const std::string& user_id, uint32_t id) override;
|
| + void Initialize(mojo::Connector* connector,
|
| + const mojo::Identity& identity,
|
| + uint32_t id) override;
|
| bool AcceptConnection(mojo::Connection* connection) override;
|
|
|
| // mash::shell::mojom::Shell:
|
|
|