| Index: services/ui/demo/main.cc
|
| diff --git a/components/mus/demo/main.cc b/services/ui/demo/main.cc
|
| similarity index 91%
|
| rename from components/mus/demo/main.cc
|
| rename to services/ui/demo/main.cc
|
| index 62be1b7d81d64092073804a1a8a750adadf5596c..14be445bab96101d24132c887c3a042b26de6df1 100644
|
| --- a/components/mus/demo/main.cc
|
| +++ b/services/ui/demo/main.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/demo/mus_demo.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "services/shell/public/cpp/application_runner.h"
|
| +#include "services/ui/demo/mus_demo.h"
|
|
|
| MojoResult MojoMain(MojoHandle shell_handle) {
|
| shell::ApplicationRunner runner(new mus_demo::MusDemo);
|
|
|