Index: content/shell/utility/shell_content_utility_client.cc |
diff --git a/content/shell/utility/shell_content_utility_client.cc b/content/shell/utility/shell_content_utility_client.cc |
index 4200576503f5781ad290b77457a1dd56a072ed1f..99d61e25b1d8513c395603d4fc595bcf415cd1bc 100644 |
--- a/content/shell/utility/shell_content_utility_client.cc |
+++ b/content/shell/utility/shell_content_utility_client.cc |
@@ -71,9 +71,9 @@ void ShellContentUtilityClient::RegisterMojoApplications( |
apps->insert(std::make_pair(kTestMojoAppUrl, app_info)); |
} |
-void ShellContentUtilityClient::RegisterMojoServices( |
- ServiceRegistry* registry) { |
- registry->AddService(base::Bind(&TestMojoServiceImpl::Create)); |
+void ShellContentUtilityClient::RegisterMojoInterfaces( |
+ shell::InterfaceRegistry* registry) { |
+ registry->AddInterface(base::Bind(&TestMojoServiceImpl::Create)); |
} |
} // namespace content |