| Index: mojo/shell/runner/child/runner_connection.h
 | 
| diff --git a/mojo/shell/runner/child/runner_connection.h b/mojo/shell/runner/child/runner_connection.h
 | 
| index dcb231e5582f36f77cee7d3d8e202df68b6c6d0c..18f01b7699806bcce0140480dec1e5a6683c08c3 100644
 | 
| --- a/mojo/shell/runner/child/runner_connection.h
 | 
| +++ b/mojo/shell/runner/child/runner_connection.h
 | 
| @@ -24,7 +24,7 @@ class RunnerConnection {
 | 
|    // If a connection to the runner cannot be established, |request| will not be
 | 
|    // modified and this function will return null.
 | 
|    static RunnerConnection* ConnectToRunner(
 | 
| -      InterfaceRequest<Application>* request,
 | 
| +      InterfaceRequest<mojom::Application>* request,
 | 
|        ScopedMessagePipeHandle handle);
 | 
|  
 | 
|   protected:
 | 
| 
 |