Index: services/ui/view_manager/view_manager_app.cc |
diff --git a/services/ui/view_manager/view_manager_app.cc b/services/ui/view_manager/view_manager_app.cc |
index a77b49a347b7eb8e7c1bf03c5f640b3f5efcdbe8..63ebbba4decdcc0405a2a926f36a4354472c7a04 100644 |
--- a/services/ui/view_manager/view_manager_app.cc |
+++ b/services/ui/view_manager/view_manager_app.cc |
@@ -66,7 +66,7 @@ bool ViewManagerApp::ConfigureIncomingConnection( |
} |
void ViewManagerApp::Create( |
- mojo::ApplicationConnection* connection, |
+ const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<mojo::ui::ViewManager> request) { |
DCHECK(registry_); |
view_managers_.AddBinding(new ViewManagerImpl(registry_.get()), |