| Index: mojo/shell/runner/host/child_process_host.h
 | 
| diff --git a/mojo/shell/runner/host/child_process_host.h b/mojo/shell/runner/host/child_process_host.h
 | 
| index 7472096a898b3b413fc4f0d4189fc14e34a195db..906a1a234322b8292d4be952b964e09184ce2c00 100644
 | 
| --- a/mojo/shell/runner/host/child_process_host.h
 | 
| +++ b/mojo/shell/runner/host/child_process_host.h
 | 
| @@ -66,7 +66,7 @@ class ChildProcessHost {
 | 
|  
 | 
|    // See |mojom::ChildController|:
 | 
|    void StartApp(
 | 
| -      InterfaceRequest<mojom::Application> application_request,
 | 
| +      InterfaceRequest<mojom::ShellClient> request,
 | 
|        const mojom::ChildController::StartAppCallback& on_app_complete);
 | 
|    void ExitNow(int32_t exit_code);
 | 
|  
 | 
| 
 |