| Index: content/public/browser/render_frame_host.h
 | 
| diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
 | 
| index 2d44e2c7c6af9677cc687f5a655e66ac94b99e80..35971e038e1221e9133a854d4fb321de69df5a0f 100644
 | 
| --- a/content/public/browser/render_frame_host.h
 | 
| +++ b/content/public/browser/render_frame_host.h
 | 
| @@ -24,7 +24,7 @@ namespace base {
 | 
|  class Value;
 | 
|  }
 | 
|  
 | 
| -namespace shell {
 | 
| +namespace service_manager {
 | 
|  class InterfaceRegistry;
 | 
|  class InterfaceProvider;
 | 
|  }
 | 
| @@ -187,11 +187,11 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
 | 
|  
 | 
|    // Returns the InterfaceRegistry that this process uses to expose interfaces
 | 
|    // to the application running in this frame.
 | 
| -  virtual shell::InterfaceRegistry* GetInterfaceRegistry() = 0;
 | 
| +  virtual service_manager::InterfaceRegistry* GetInterfaceRegistry() = 0;
 | 
|  
 | 
|    // Returns the InterfaceProvider that this process can use to bind
 | 
|    // interfaces exposed to it by the application running in this frame.
 | 
| -  virtual shell::InterfaceProvider* GetRemoteInterfaces() = 0;
 | 
| +  virtual service_manager::InterfaceProvider* GetRemoteInterfaces() = 0;
 | 
|  
 | 
|    // Returns the AssociatedInterfaceProvider that this process can use to access
 | 
|    // remote frame-specific Channel-associated interfaces for this frame.
 | 
| 
 |