| Index: mash/example/views_examples/main.cc
|
| diff --git a/mash/example/views_examples/main.cc b/mash/example/views_examples/main.cc
|
| index 4f30f49968a65faa651f28f9d0d610b6b68f2dcd..e6819b0e319c0e949f7b1f1b5d19012d69011551 100644
|
| --- a/mash/example/views_examples/main.cc
|
| +++ b/mash/example/views_examples/main.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "mash/example/views_examples/views_examples_application_delegate.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 ViewsExamplesApplicationDelegate);
|
| + shell::ServiceRunner runner(new ViewsExamplesApplicationDelegate);
|
| return runner.Run(shell_handle);
|
| }
|
|
|