Index: content/shell/utility/shell_content_utility_client.h |
diff --git a/content/shell/utility/shell_content_utility_client.h b/content/shell/utility/shell_content_utility_client.h |
index 83371db515b1a5b9cf52f0bfceac9b644a805fc8..f14c7db4e341ea24b81e53ec6dbb3fac23a1b125 100644 |
--- a/content/shell/utility/shell_content_utility_client.h |
+++ b/content/shell/utility/shell_content_utility_client.h |
@@ -15,7 +15,7 @@ class ShellContentUtilityClient : public ContentUtilityClient { |
// ContentUtilityClient: |
void RegisterMojoApplications(StaticMojoApplicationMap* apps) override; |
- void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) override; |
+ void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) override; |
}; |
} // namespace content |