| Index: content/public/browser/web_contents.h
 | 
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
 | 
| index 3040b9b5c1c1cfcba0414fd5b1e37d8b247f097e..697ea3aee21d2fd89ce3a7252ce7c73c34c5797a 100644
 | 
| --- a/content/public/browser/web_contents.h
 | 
| +++ b/content/public/browser/web_contents.h
 | 
| @@ -46,7 +46,7 @@ namespace net {
 | 
|  struct LoadStateWithParam;
 | 
|  }
 | 
|  
 | 
| -namespace shell {
 | 
| +namespace service_manager {
 | 
|  class InterfaceProvider;
 | 
|  }
 | 
|  
 | 
| @@ -741,7 +741,7 @@ class WebContents : public PageNavigator,
 | 
|    // Returns an InterfaceProvider for Java-implemented interfaces that are
 | 
|    // scoped to this WebContents. This provides access to interfaces implemented
 | 
|    // in Java in the browser process to C++ code in the browser process.
 | 
| -  virtual shell::InterfaceProvider* GetJavaInterfaces() = 0;
 | 
| +  virtual service_manager::InterfaceProvider* GetJavaInterfaces() = 0;
 | 
|  #elif defined(OS_MACOSX)
 | 
|    // Allowing other views disables optimizations which assume that only a single
 | 
|    // WebContents is present.
 | 
| 
 |