| Index: chrome/utility/chrome_content_utility_client.h
 | 
| diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
 | 
| index 0d9c9552a5e3db7b4222d033008f87e6c3495cd4..0f2f481f8b11082a39541552d894760c3d0867f4 100644
 | 
| --- a/chrome/utility/chrome_content_utility_client.h
 | 
| +++ b/chrome/utility/chrome_content_utility_client.h
 | 
| @@ -33,7 +33,8 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
 | 
|  
 | 
|    void UtilityThreadStarted() override;
 | 
|    bool OnMessageReceived(const IPC::Message& message) override;
 | 
| -  void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) override;
 | 
| +  void ExposeInterfacesToBrowser(
 | 
| +      service_manager::InterfaceRegistry* registry) override;
 | 
|  
 | 
|    void AddHandler(std::unique_ptr<UtilityMessageHandler> handler);
 | 
|  
 | 
| 
 |