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

Unified Diff: mash/touch/main.cc

Issue 2092343002: Touch HUD app for mustash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698