Index: content/browser/mojo/mojo_child_connection.cc |
diff --git a/content/browser/mojo/mojo_child_connection.cc b/content/browser/mojo/mojo_child_connection.cc |
index 1fe0c2e0991c57ba8e0a8b87ac72d08377a4256a..b634c52ff3f8cfb04378d392f347b912622dd7c3 100644 |
--- a/content/browser/mojo/mojo_child_connection.cc |
+++ b/content/browser/mojo/mojo_child_connection.cc |
@@ -156,8 +156,8 @@ MojoChildConnection::MojoChildConnection( |
context_), io_task_runner)); |
#if defined(OS_ANDROID) |
- service_registry_android_ = |
- ServiceRegistryAndroid::Create(&interface_registry_, &remote_interfaces_); |
+ interface_registry_android_ = |
+ InterfaceRegistryAndroid::Create(&interface_registry_); |
#endif |
} |