Index: examples/surfaces_app/child_app.cc |
diff --git a/examples/surfaces_app/child_app.cc b/examples/surfaces_app/child_app.cc |
index f154536f0f89dc2257a0daeb6374a9793f6e64a9..b95016a4f3138c6dd338b2ca809c9d90ef56b795 100644 |
--- a/examples/surfaces_app/child_app.cc |
+++ b/examples/surfaces_app/child_app.cc |
@@ -26,7 +26,8 @@ class ChildApp : public ApplicationDelegate, public InterfaceFactory<Child> { |
// ApplicationDelegate implementation. |
virtual bool ConfigureIncomingConnection( |
- ApplicationConnection* connection) override { |
+ ApplicationConnection* connection, |
+ const std::string& url) override { |
connection->AddService(this); |
return true; |
} |