Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: ash/touch_hud/mus/main.cc

Issue 2150933003: mash: Add touch-hud app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/touch_hud/mus/DEPS ('k') | ash/touch_hud/mus/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « ash/touch_hud/mus/DEPS ('k') | ash/touch_hud/mus/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698