| Index: examples/embedded_app/embedded_app.cc
|
| diff --git a/examples/embedded_app/embedded_app.cc b/examples/embedded_app/embedded_app.cc
|
| index cc3d6b0550c3de46056eb4799c3130cd5383008c..310c1663671f28e09d332e81dc29f3c6d6b074ec 100644
|
| --- a/examples/embedded_app/embedded_app.cc
|
| +++ b/examples/embedded_app/embedded_app.cc
|
| @@ -62,7 +62,7 @@ class EmbeddedApp
|
| }
|
|
|
| virtual bool ConfigureIncomingConnection(
|
| - ApplicationConnection* connection) override {
|
| + ApplicationConnection* connection, const std::string& url) override {
|
| connection->AddService(view_manager_client_factory_.get());
|
| return true;
|
| }
|
|
|