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

Unified Diff: services/ui/demo/main.cc

Issue 2138433002: Add unit test for mus_demo. (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 | « services/ui/demo/BUILD.gn ('k') | services/ui/demo/mus_demo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/main.cc
diff --git a/services/ui/demo/main.cc b/services/ui/demo/main.cc
index 14be445bab96101d24132c887c3a042b26de6df1..2341096dcf0e9103b1547026f30e1527689b81c1 100644
--- a/services/ui/demo/main.cc
+++ b/services/ui/demo/main.cc
@@ -7,7 +7,7 @@
#include "services/ui/demo/mus_demo.h"
MojoResult MojoMain(MojoHandle shell_handle) {
- shell::ApplicationRunner runner(new mus_demo::MusDemo);
+ shell::ApplicationRunner runner(new ui::demo::MusDemo);
runner.set_message_loop_type(base::MessageLoop::TYPE_UI);
return runner.Run(shell_handle);
}
« no previous file with comments | « services/ui/demo/BUILD.gn ('k') | services/ui/demo/mus_demo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698