Index: examples/apptest/example_service_application.h |
diff --git a/examples/apptest/example_service_application.h b/examples/apptest/example_service_application.h |
index b995edcfd2c64a821b3df27d00da8c86e4985b49..8dcb75bc5354480c3b042306e5888bc5d8cc9e5d 100644 |
--- a/examples/apptest/example_service_application.h |
+++ b/examples/apptest/example_service_application.h |
@@ -23,7 +23,7 @@ class ExampleServiceApplication : public ApplicationDelegate, |
private: |
// ApplicationDelegate implementation. |
bool ConfigureIncomingConnection( |
- ApplicationConnection* connection) override; |
+ ApplicationConnection* connection, const std::string& url) override; |
// InterfaceFactory<ExampleService> implementation. |
void Create(ApplicationConnection* connection, |