| Index: services/test_service/test_service_application.h
|
| diff --git a/services/test_service/test_service_application.h b/services/test_service/test_service_application.h
|
| index 6b36f07ab90b5b7c4162911cfbfe3a7a873f4576..ff413c817b3a122b766e18c82e91ee03099ed451 100644
|
| --- a/services/test_service/test_service_application.h
|
| +++ b/services/test_service/test_service_application.h
|
| @@ -26,7 +26,7 @@ class TestServiceApplication : public ApplicationDelegate,
|
| void Initialize(ApplicationImpl* app) override;
|
|
|
| // ApplicationDelegate implementation.
|
| - bool ConfigureIncomingConnection(ApplicationConnection* connection) override;
|
| + bool ConfigureIncomingConnection(ApplicationConnection* connection, const std::string& url) override;
|
|
|
| // InterfaceFactory<TestService> implementation.
|
| void Create(ApplicationConnection* connection,
|
|
|