| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 690f29392511ee60d74d9bc0471d55ebb0d86fe2..de825b5852f59b51a71e389a97740977679d1548 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -188,7 +188,7 @@
|
| #if defined(OS_ANDROID)
|
| #include "content/browser/android/child_process_launcher_android.h"
|
| #include "content/browser/media/android/browser_demuxer_android.h"
|
| -#include "content/browser/mojo/service_registrar_android.h"
|
| +#include "content/browser/mojo/interface_registrar_android.h"
|
| #include "content/browser/screen_orientation/screen_orientation_message_filter_android.h"
|
| #include "ipc/ipc_sync_channel.h"
|
| #include "media/audio/android/audio_manager_android.h"
|
| @@ -1109,8 +1109,8 @@ void RenderProcessHostImpl::RegisterMojoInterfaces() {
|
| }
|
|
|
| #if defined(OS_ANDROID)
|
| - ServiceRegistrarAndroid::RegisterProcessHostServices(
|
| - mojo_child_connection_->service_registry_android());
|
| + InterfaceRegistrarAndroid::ExposeInterfacesToRenderer(
|
| + mojo_child_connection_->interface_registry_android());
|
| #endif
|
|
|
| GetContentClient()->browser()->ExposeInterfacesToRenderer(
|
|
|