| Index: mojo/shell/background/background_shell.h
 | 
| diff --git a/mojo/shell/background/background_shell.h b/mojo/shell/background/background_shell.h
 | 
| index ce68649c68a5d00d209c14aa9d0923b7c8e9c240..e2163f4af8507133b9bc7acc81419edbec3c0e35 100644
 | 
| --- a/mojo/shell/background/background_shell.h
 | 
| +++ b/mojo/shell/background/background_shell.h
 | 
| @@ -8,7 +8,7 @@
 | 
|  #include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "mojo/public/cpp/bindings/interface_request.h"
 | 
| -#include "mojo/shell/public/interfaces/application.mojom.h"
 | 
| +#include "mojo/shell/public/interfaces/shell_client.mojom.h"
 | 
|  
 | 
|  class GURL;
 | 
|  
 | 
| @@ -27,7 +27,8 @@ class BackgroundShell {
 | 
|    void Init();
 | 
|  
 | 
|    // Obtains an InterfaceRequest for the specified url.
 | 
| -  InterfaceRequest<mojom::Application> CreateApplication(const GURL& url);
 | 
| +  InterfaceRequest<mojom::ShellClient> CreateShellClientRequest(
 | 
| +      const GURL& url);
 | 
|  
 | 
|   private:
 | 
|    class MojoThread;
 | 
| 
 |