| Index: components/mus/mus_app.h
|
| diff --git a/components/mus/mus_app.h b/components/mus/mus_app.h
|
| index 2e2193f28de9b9f7aba9a29f6a53844ffdb76d76..f471723cc1a7c77c9f5dfe31702402a8ab8987c4 100644
|
| --- a/components/mus/mus_app.h
|
| +++ b/components/mus/mus_app.h
|
| @@ -64,7 +64,7 @@ class MandolineUIServicesApp
|
|
|
| // mojo::ShellClient:
|
| void Initialize(mojo::Connector* connector, const std::string& url,
|
| - uint32_t id, uint32_t user_id) override;
|
| + const std::string& user_id, uint32_t id) override;
|
| bool AcceptConnection(mojo::Connection* connection) override;
|
|
|
| // ConnectionManagerDelegate:
|
|
|