| Index: mojo/shell/tests/application_manager_apptest_target.cc
|
| diff --git a/mojo/shell/tests/application_manager_apptest_target.cc b/mojo/shell/tests/application_manager_apptest_target.cc
|
| index 5b5964f11e0ccaaca1b6b546fc726489dd1fa07b..528455328021921a4244ba4e4531a358ba5e424c 100644
|
| --- a/mojo/shell/tests/application_manager_apptest_target.cc
|
| +++ b/mojo/shell/tests/application_manager_apptest_target.cc
|
| @@ -24,7 +24,7 @@ class TargetApplicationDelegate : public mojo::ShellClient {
|
| private:
|
| // mojo::ShellClient:
|
| void Initialize(mojo::Shell* shell, const std::string& url,
|
| - uint32_t id) override {
|
| + uint32_t id, uint32_t user_id) override {
|
| CreateInstanceForHandleTestPtr service;
|
| shell->ConnectToInterface("mojo:mojo_shell_apptests", &service);
|
| service->SetTargetID(id);
|
|
|