| Index: mandoline/app/desktop/main.cc
|
| diff --git a/mandoline/app/desktop/main.cc b/mandoline/app/desktop/main.cc
|
| index a1e26aa7eb8ad538dbe82106134648eb33b8096d..59a5d907201855338e06a7c1561716cd10fb780a 100644
|
| --- a/mandoline/app/desktop/main.cc
|
| +++ b/mandoline/app/desktop/main.cc
|
| @@ -3,11 +3,14 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/at_exit.h"
|
| +#include "base/bind.h"
|
| #include "base/command_line.h"
|
| +#include "base/files/file_path.h"
|
| #include "mandoline/app/desktop/launcher_process.h"
|
| #include "mojo/runner/child_process.h"
|
| #include "mojo/runner/init.h"
|
| #include "mojo/runner/switches.h"
|
| +#include "mojo/shell/native_runner.h"
|
|
|
| int main(int argc, char** argv) {
|
| base::CommandLine::Init(argc, argv);
|
|
|