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

Unified Diff: components/mus/main.cc

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « components/mus/ids.h ('k') | components/mus/mus_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/main.cc
diff --git a/components/mus/main.cc b/components/mus/main.cc
index e244124110542a194cd4aec7dacf64c254507a51..a2f08172655d99d4b94bbdca0b8df22782af2a6c 100644
--- a/components/mus/main.cc
+++ b/components/mus/main.cc
@@ -2,15 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/mus_app.h"
+#include "components/mus/view_manager_app.h"
#include "mojo/application/public/cpp/application_runner.h"
#include "third_party/mojo/src/mojo/public/c/system/main.h"
-namespace mus {
-
MojoResult MojoMain(MojoHandle shell_handle) {
- mojo::ApplicationRunner runner(new MandolineUIServicesApp);
+ mojo::ApplicationRunner runner(new view_manager::ViewManagerApp);
return runner.Run(shell_handle);
}
-
-} // namespace mus
« no previous file with comments | « components/mus/ids.h ('k') | components/mus/mus_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698