| Index: shell/android/android_handler.cc
|
| diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc
|
| index c52b3403868c532c2383aae0dc4c476932bbd3ff..2f0097f28ce89d80f7a856d09d8a8fc7bca2a954 100644
|
| --- a/shell/android/android_handler.cc
|
| +++ b/shell/android/android_handler.cc
|
| @@ -132,7 +132,8 @@ void AndroidHandler::Initialize(mojo::ApplicationImpl* app) {
|
|
|
| bool AndroidHandler::ConfigureIncomingConnection(
|
| mojo::ApplicationConnection* connection) {
|
| - connection->AddService(&content_handler_factory_);
|
| + connection->GetServiceProviderImpl().AddService<mojo::ContentHandler>(
|
| + content_handler_factory_.GetInterfaceRequestHandler());
|
| return true;
|
| }
|
|
|
|
|