| Index: mash/screenlock/main.cc
|
| diff --git a/mash/screenlock/main.cc b/mash/screenlock/main.cc
|
| index c8fe1714d8713c549b33a8dc88d965757b25235b..74bd363fd48deb42d2533875bcf6bdb54375d0f4 100644
|
| --- a/mash/screenlock/main.cc
|
| +++ b/mash/screenlock/main.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "mash/screenlock/screenlock.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::screenlock::Screenlock);
|
| + shell::ServiceRunner runner(new mash::screenlock::Screenlock);
|
| return runner.Run(shell_handle);
|
| }
|
|
|