Index: examples/apptest/example_service_application.cc |
diff --git a/examples/apptest/example_service_application.cc b/examples/apptest/example_service_application.cc |
index 59a3535cefd9956c69e20262118572267dc37fb6..5e6ad322e2cc131d73dafa94b91040b08d47b9a5 100644 |
--- a/examples/apptest/example_service_application.cc |
+++ b/examples/apptest/example_service_application.cc |
@@ -15,7 +15,7 @@ ExampleServiceApplication::ExampleServiceApplication() {} |
ExampleServiceApplication::~ExampleServiceApplication() {} |
bool ExampleServiceApplication::ConfigureIncomingConnection( |
- ApplicationConnection* connection) { |
+ ApplicationConnection* connection, const std::string& url) { |
connection->AddService<ExampleService>(this); |
return true; |
} |