| Index: examples/ganesh_app/ganesh_app.cc
|
| diff --git a/examples/ganesh_app/ganesh_app.cc b/examples/ganesh_app/ganesh_app.cc
|
| index 215a0b2ac3ce1f9485d59f973fa90d40234ebd04..0896fb469f99a6db5fde4f8430c99cbf53aa2070 100644
|
| --- a/examples/ganesh_app/ganesh_app.cc
|
| +++ b/examples/ganesh_app/ganesh_app.cc
|
| @@ -34,8 +34,8 @@ class GaneshApp : public mojo::ApplicationDelegate,
|
| }
|
|
|
| void OnEmbed(mojo::View* root,
|
| - mojo::ServiceProviderImpl* exported_services,
|
| - scoped_ptr<mojo::ServiceProvider> imported_services) override {
|
| + mojo::InterfaceRequest<mojo::ServiceProvider> services,
|
| + mojo::ServiceProviderPtr exposed_services) override {
|
| new GaneshView(shell_, root);
|
| }
|
|
|
|
|