| Index: mojo/services/test_service/test_service_application.h
|
| diff --git a/mojo/services/test_service/test_service_application.h b/mojo/services/test_service/test_service_application.h
|
| index fd107fb121c8df59c5df3046ec8f0f4f712814fa..1c024c03ad6a44caa5a731dd592ead9f30320d8d 100644
|
| --- a/mojo/services/test_service/test_service_application.h
|
| +++ b/mojo/services/test_service/test_service_application.h
|
| @@ -23,7 +23,8 @@ class TestServiceApplication : public ShellClient,
|
| ~TestServiceApplication() override;
|
|
|
| // mojo::ShellClient implementation.
|
| - 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;
|
|
|
| // InterfaceFactory<TestService> implementation.
|
|
|