| Index: content/public/test/test_mojo_app.h
|
| diff --git a/content/public/test/test_mojo_app.h b/content/public/test/test_mojo_app.h
|
| index c354613ec49c002d5ff7cfa339c484420461c73c..edf0ad28370b497401d63df11a1c7d9bc627d155 100644
|
| --- a/content/public/test/test_mojo_app.h
|
| +++ b/content/public/test/test_mojo_app.h
|
| @@ -28,7 +28,7 @@ class TestMojoApp : 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;
|
| bool AcceptConnection(mojo::Connection* connection) override;
|
|
|
| // mojo::InterfaceFactory<TestMojoService>:
|
|
|