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 b6e7a78983d120835b5f2a4005cf731a16d13c50..e87151663804a9dff30388c6965159a7cdd9fdbe 100644 |
--- a/examples/ui/spinning_cube/spinning_cube_app.h |
+++ b/examples/ui/spinning_cube/spinning_cube_app.h |
@@ -17,8 +17,7 @@ class SpinningCubeApp : public mojo::ui::ViewProviderApp { |
void 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) override; |
+ mojo::InterfaceRequest<mojo::ServiceProvider> services) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(SpinningCubeApp); |