| Index: examples/ganesh_app/ganesh_app.cc
|
| diff --git a/examples/ganesh_app/ganesh_app.cc b/examples/ganesh_app/ganesh_app.cc
|
| index 0896fb469f99a6db5fde4f8430c99cbf53aa2070..4dd81faff37fad62068e1709b51108cf87066408 100644
|
| --- a/examples/ganesh_app/ganesh_app.cc
|
| +++ b/examples/ganesh_app/ganesh_app.cc
|
| @@ -28,7 +28,7 @@ class GaneshApp : public mojo::ApplicationDelegate,
|
| }
|
|
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| + mojo::ApplicationConnection* connection, const std::string& url) override {
|
| connection->AddService(view_manager_client_factory_.get());
|
| return true;
|
| }
|
|
|