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

Unified Diff: mash/system_ui/main.cc

Issue 1492563002: Introduce mash/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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 | « mash/system_ui/BUILD.gn ('k') | mash/system_ui/system_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/system_ui/main.cc
diff --git a/mash/example/mock_sysui/main.cc b/mash/system_ui/main.cc
similarity index 77%
rename from mash/example/mock_sysui/main.cc
rename to mash/system_ui/main.cc
index 44d00e93fe5db459d11ee86daea429b9f911e07a..d36c2e05d3c819ab0d44a2db285a07ded88359b0 100644
--- a/mash/example/mock_sysui/main.cc
+++ b/mash/system_ui/main.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mash/example/mock_sysui/mock_sysui.h"
+#include "mash/system_ui/system_ui.h"
#include "mojo/application/public/cpp/application_runner.h"
#include "mojo/public/c/system/main.h"
MojoResult MojoMain(MojoHandle shell_handle) {
- mojo::ApplicationRunner runner(new MockSysUI);
+ mojo::ApplicationRunner runner(new mash::system_ui::SystemUI);
return runner.Run(shell_handle);
}
« no previous file with comments | « mash/system_ui/BUILD.gn ('k') | mash/system_ui/system_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698