Index: mash/touch/main.cc |
diff --git a/components/mus/demo/main.cc b/mash/touch/main.cc |
similarity index 77% |
copy from components/mus/demo/main.cc |
copy to mash/touch/main.cc |
index 62be1b7d81d64092073804a1a8a750adadf5596c..037efde596267763eb369a0124cca137f3fb2378 100644 |
--- a/components/mus/demo/main.cc |
+++ b/mash/touch/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 "components/mus/demo/mus_demo.h" |
+#include "mash/touch/touch_hud_application.h" |
#include "mojo/public/c/system/main.h" |
#include "services/shell/public/cpp/application_runner.h" |
MojoResult MojoMain(MojoHandle shell_handle) { |
- shell::ApplicationRunner runner(new mus_demo::MusDemo); |
+ shell::ApplicationRunner runner(new mash::touch::TouchHudApplication); |
runner.set_message_loop_type(base::MessageLoop::TYPE_UI); |
return runner.Run(shell_handle); |
} |