| Index: mash/example/views_examples/main.cc
|
| diff --git a/mash/example/views_examples/main.cc b/mash/example/views_examples/main.cc
|
| index 04b63b5e30bfb92cf8505649060c8d56871f4a38..4f30f49968a65faa651f28f9d0d610b6b68f2dcd 100644
|
| --- a/mash/example/views_examples/main.cc
|
| +++ b/mash/example/views_examples/main.cc
|
| @@ -7,6 +7,6 @@
|
| #include "services/shell/public/cpp/application_runner.h"
|
|
|
| MojoResult MojoMain(MojoHandle shell_handle) {
|
| - mojo::ApplicationRunner runner(new ViewsExamplesApplicationDelegate);
|
| + shell::ApplicationRunner runner(new ViewsExamplesApplicationDelegate);
|
| return runner.Run(shell_handle);
|
| }
|
|
|