Index: mojo/ui/content_viewer_app.cc |
diff --git a/mojo/ui/content_viewer_app.cc b/mojo/ui/content_viewer_app.cc |
index 69930820956b4180402ab4f0d4485fd809b81f8e..42d31920fc9672597a6a8a14a199809c7f728545 100644 |
--- a/mojo/ui/content_viewer_app.cc |
+++ b/mojo/ui/content_viewer_app.cc |
@@ -54,10 +54,10 @@ bool ContentViewerApp::ConfigureIncomingConnection( |
} |
void ContentViewerApp::Create( |
- mojo::ApplicationConnection* connection, |
+ const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<mojo::ContentHandler> request) { |
bindings_.AddBinding( |
- new DelegatingContentHandler(this, connection->GetConnectionURL()), |
+ new DelegatingContentHandler(this, connection_context.connection_url), |
request.Pass()); |
} |