| 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 45a5fa89af8d53dae523eef5caca2b4d43bd4c8d..43d7e472abfe8c18c8307807e956a2bbaeb57d17 100644
|
| --- a/mojo/shell/tests/capability_filter_test.h
|
| +++ b/mojo/shell/tests/capability_filter_test.h
|
| @@ -29,13 +29,13 @@ class TestApplication : public ShellClient {
|
|
|
| private:
|
| // Overridden from ShellClient:
|
| - void Initialize(Shell* shell, const std::string& url, uint32_t id,
|
| + void Initialize(Connector* connector, const std::string& url, uint32_t id,
|
| uint32_t user_id) override;
|
| bool AcceptConnection(Connection* connection) override;
|
|
|
| void ConnectionClosed(const std::string& service_url);
|
|
|
| - Shell* shell_;
|
| + Connector* connector_;
|
| std::string url_;
|
| ValidatorPtr validator_;
|
| scoped_ptr<Connection> connection1_;
|
|
|