| Index: examples/ui/spinning_cube/spinning_cube_app.h
|
| diff --git a/examples/ui/spinning_cube/spinning_cube_app.h b/examples/ui/spinning_cube/spinning_cube_app.h
|
| index e658717afd3fed5caeb0fe6ab78043c3ce247855..ee9179a81319bcac0e9436855c5558d2a854c884 100644
|
| --- a/examples/ui/spinning_cube/spinning_cube_app.h
|
| +++ b/examples/ui/spinning_cube/spinning_cube_app.h
|
| @@ -17,7 +17,7 @@ class SpinningCubeApp : public mojo::ui::ViewProviderApp {
|
| bool CreateView(
|
| const std::string& connection_url,
|
| mojo::InterfaceRequest<mojo::ServiceProvider> services,
|
| - mojo::ServiceProviderPtr exposed_services,
|
| + mojo::InterfaceHandle<mojo::ServiceProvider> exposed_services,
|
| const mojo::ui::ViewProvider::CreateViewCallback& callback) override;
|
|
|
| private:
|
|
|