| Index: mojo/runner/child_process.mojom
|
| diff --git a/mojo/runner/child_process.mojom b/mojo/runner/child_process.mojom
|
| index cf83281257266efcdb3b48a07f4e15ad3f5be8f8..da461c9c3e34d708260a6249865e04703fc957b0 100644
|
| --- a/mojo/runner/child_process.mojom
|
| +++ b/mojo/runner/child_process.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module mojo.runner;
|
|
|
| -import "mojo/public/interfaces/application/application.mojom";
|
| +import "mojo/application/public/interfaces/application.mojom";
|
|
|
| interface ChildController {
|
| // Starts the app at the given path (deleting it if |clean_app_path| is true).
|
|
|