| Index: ash/touch_hud/mus/main.cc
|
| diff --git a/services/ui/demo/main.cc b/ash/touch_hud/mus/main.cc
|
| similarity index 76%
|
| copy from services/ui/demo/main.cc
|
| copy to ash/touch_hud/mus/main.cc
|
| index 4b181760945859f9295bed1f002c47e78873b8a9..3a11600fa5a94bb77c075e92dde150b3ac8f9e87 100644
|
| --- a/services/ui/demo/main.cc
|
| +++ b/ash/touch_hud/mus/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 "ash/touch_hud/mus/touch_hud_application.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "services/shell/public/cpp/service_runner.h"
|
| -#include "services/ui/demo/mus_demo.h"
|
|
|
| MojoResult MojoMain(MojoHandle shell_handle) {
|
| - shell::ServiceRunner runner(new ui::demo::MusDemo);
|
| + shell::ServiceRunner runner(new ash::touch_hud::TouchHudApplication);
|
| runner.set_message_loop_type(base::MessageLoop::TYPE_UI);
|
| return runner.Run(shell_handle);
|
| }
|
|
|