Index: services/ui/view_manager/view_manager_app.h |
diff --git a/services/ui/view_manager/view_manager_app.h b/services/ui/view_manager/view_manager_app.h |
index 96cbab4359e9d35dbbc84be4e2e8c9b778af324f..2088435330bf51ccb1b3060cb0b3f201c8dfecfb 100644 |
--- a/services/ui/view_manager/view_manager_app.h |
+++ b/services/ui/view_manager/view_manager_app.h |
@@ -31,7 +31,7 @@ class ViewManagerApp : public mojo::ApplicationDelegate, |
mojo::ApplicationConnection* connection) override; |
// |InterfaceFactory<ViewManager>|: |
- void Create(mojo::ApplicationConnection* connection, |
+ void Create(const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<mojo::ui::ViewManager> request) override; |
void OnCompositorConnectionError(); |