| Index: content/public/utility/content_utility_client.h
|
| diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
|
| index 05f46a57a57c715d5d7f21f24b61105248f71207..7faf52fee058a106199a9f83c869432a7da4d8ea 100644
|
| --- a/content/public/utility/content_utility_client.h
|
| +++ b/content/public/utility/content_utility_client.h
|
| @@ -14,7 +14,7 @@
|
|
|
| class GURL;
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
| class InterfaceRegistry;
|
| class Service;
|
| }
|
| @@ -36,7 +36,8 @@ class CONTENT_EXPORT ContentUtilityClient {
|
|
|
| // Allows the client to expose interfaces from this utility process to the
|
| // browser process via |registry|.
|
| - virtual void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) {}
|
| + virtual void ExposeInterfacesToBrowser(
|
| + service_manager::InterfaceRegistry* registry) {}
|
|
|
| virtual void RegisterServices(StaticServiceMap* services) {}
|
| };
|
|
|