| Index: mojo/ui/content_viewer_app.cc
|
| diff --git a/mojo/ui/content_viewer_app.cc b/mojo/ui/content_viewer_app.cc
|
| index a56bbcb45af743f234c8507dd2f2dba2094da21b..edc5ad107481f28b0dcbfad1f8183f9b1f91adb5 100644
|
| --- a/mojo/ui/content_viewer_app.cc
|
| +++ b/mojo/ui/content_viewer_app.cc
|
| @@ -48,8 +48,8 @@ void ContentViewerApp::Initialize(mojo::ApplicationImpl* app_impl) {
|
| }
|
|
|
| bool ContentViewerApp::ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) {
|
| - connection->GetServiceProviderImpl().AddService<ContentHandler>([this](
|
| + ServiceProviderImpl* service_provider_impl) {
|
| + service_provider_impl->AddService<ContentHandler>([this](
|
| const ConnectionContext& connection_context,
|
| InterfaceRequest<ContentHandler> content_handler_request) {
|
| bindings_.AddBinding(
|
|
|