| Index: examples/nesting_app/nesting_app.cc
|
| diff --git a/examples/nesting_app/nesting_app.cc b/examples/nesting_app/nesting_app.cc
|
| index 7d45df26e897a8bd0c9cefd8045385bda34b8980..953423eabbddee68b64e891ee192721127c7070e 100644
|
| --- a/examples/nesting_app/nesting_app.cc
|
| +++ b/examples/nesting_app/nesting_app.cc
|
| @@ -51,7 +51,7 @@ class NestingApp
|
|
|
| // Overridden from ApplicationImpl:
|
| virtual bool ConfigureIncomingConnection(
|
| - ApplicationConnection* connection) override {
|
| + ApplicationConnection* connection, const std::string& url) override {
|
| connection->ConnectToService(&window_manager_);
|
| connection->AddService(view_manager_client_factory_.get());
|
| return true;
|
|
|