| Index: mojo/shell/tests/capability_filter_test.h
|
| diff --git a/mojo/shell/tests/capability_filter_test.h b/mojo/shell/tests/capability_filter_test.h
|
| index 0efc62c1ef15f81beb302a70b53261eea527fb5e..45a5fa89af8d53dae523eef5caca2b4d43bd4c8d 100644
|
| --- a/mojo/shell/tests/capability_filter_test.h
|
| +++ b/mojo/shell/tests/capability_filter_test.h
|
| @@ -29,7 +29,8 @@ class TestApplication : public ShellClient {
|
|
|
| private:
|
| // Overridden from ShellClient:
|
| - void Initialize(Shell* shell, const std::string& url, uint32_t id) override;
|
| + void Initialize(Shell* shell, const std::string& url, uint32_t id,
|
| + uint32_t user_id) override;
|
| bool AcceptConnection(Connection* connection) override;
|
|
|
| void ConnectionClosed(const std::string& service_url);
|
|
|