| Index: mash/touch_hud/main.cc
|
| diff --git a/services/ui/demo/main.cc b/mash/touch_hud/main.cc
|
| similarity index 76%
|
| copy from services/ui/demo/main.cc
|
| copy to mash/touch_hud/main.cc
|
| index 14be445bab96101d24132c887c3a042b26de6df1..70df2f5f681eb23279544bfb75c6a5fa9f7ae45f 100644
|
| --- a/services/ui/demo/main.cc
|
| +++ b/mash/touch_hud/main.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "mash/touch_hud/touch_hud_application.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);
|
| + shell::ApplicationRunner runner(new mash::touch_hud::TouchHudApplication);
|
| runner.set_message_loop_type(base::MessageLoop::TYPE_UI);
|
| return runner.Run(shell_handle);
|
| }
|
|
|