| 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 f14c7db4e341ea24b81e53ec6dbb3fac23a1b125..a147619f6eef34397f4a1f45964aa5c956812470 100644
|
| --- a/content/shell/utility/shell_content_utility_client.h
|
| +++ b/content/shell/utility/shell_content_utility_client.h
|
| @@ -14,7 +14,7 @@ class ShellContentUtilityClient : public ContentUtilityClient {
|
| ~ShellContentUtilityClient() override;
|
|
|
| // ContentUtilityClient:
|
| - void RegisterMojoApplications(StaticMojoApplicationMap* apps) override;
|
| + void RegisterServices(StaticServiceMap* services) override;
|
| void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) override;
|
| };
|
|
|
|
|