| 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 78fe289b4586d3bafe353e15c1a05028ea14f9bf..83371db515b1a5b9cf52f0bfceac9b644a805fc8 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 RegisterMojoServices(ServiceRegistry* registry) override;
|
| + void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) override;
|
| };
|
|
|
| } // namespace content
|
|
|