| Index: examples/ui/shapes/shapes_app.cc
|
| diff --git a/examples/ui/shapes/shapes_app.cc b/examples/ui/shapes/shapes_app.cc
|
| index 5d0f0c18d4fc758357e7479834d44b7d255f2e06..4c506546d4065502d7598de4b66c04427f38060c 100644
|
| --- a/examples/ui/shapes/shapes_app.cc
|
| +++ b/examples/ui/shapes/shapes_app.cc
|
| @@ -16,8 +16,7 @@ ShapesApp::~ShapesApp() {}
|
| void ShapesApp::CreateView(
|
| const std::string& connection_url,
|
| mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request,
|
| - mojo::InterfaceRequest<mojo::ServiceProvider> services,
|
| - mojo::InterfaceHandle<mojo::ServiceProvider> exposed_services) {
|
| + mojo::InterfaceRequest<mojo::ServiceProvider> services) {
|
| new ShapesView(mojo::CreateApplicationConnector(app_impl()->shell()),
|
| view_owner_request.Pass());
|
| }
|
|
|