| Index: mash/app_driver/main.cc
|
| diff --git a/mash/app_driver/main.cc b/mash/app_driver/main.cc
|
| index a528096e8149ca10f2d2a0d9f8500e242bb0168e..d66c70fd508c146e27e90fbb2c4cc34e3e0e2526 100644
|
| --- a/mash/app_driver/main.cc
|
| +++ b/mash/app_driver/main.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "mash/app_driver/app_driver.h"
|
| #include "mojo/public/c/system/main.h"
|
| -#include "services/shell/public/cpp/application_runner.h"
|
| +#include "services/shell/public/cpp/service_runner.h"
|
|
|
| MojoResult MojoMain(MojoHandle shell_handle) {
|
| - shell::ApplicationRunner runner(new mash::app_driver::AppDriver);
|
| + shell::ServiceRunner runner(new mash::app_driver::AppDriver);
|
| return runner.Run(shell_handle);
|
| }
|
|
|