| 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 a147619f6eef34397f4a1f45964aa5c956812470..e0577059d8dc37c36b824749c4f74883bd7384aa 100644
|
| --- a/content/shell/utility/shell_content_utility_client.h
|
| +++ b/content/shell/utility/shell_content_utility_client.h
|
| @@ -15,7 +15,8 @@ class ShellContentUtilityClient : public ContentUtilityClient {
|
|
|
| // ContentUtilityClient:
|
| void RegisterServices(StaticServiceMap* services) override;
|
| - void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) override;
|
| + void ExposeInterfacesToBrowser(
|
| + service_manager::InterfaceRegistry* registry) override;
|
| };
|
|
|
| } // namespace content
|
|
|