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

Unified Diff: ash/mus/main.cc

Issue 2029883002: Moves mash/wm into ash/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_static_assert
Patch Set: move comment Created 4 years, 7 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/mus/layout_manager_unittest.cc ('k') | ash/mus/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/main.cc
diff --git a/mash/wm/main.cc b/ash/mus/main.cc
similarity index 76%
rename from mash/wm/main.cc
rename to ash/mus/main.cc
index 72125fe657fd490826ae79102d6c410b9942d490..b5908c3710f3634e93cc11f37a9bfe2c7fd69530 100644
--- a/mash/wm/main.cc
+++ b/ash/mus/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/wm/window_manager_application.h"
+#include "ash/mus/window_manager_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 mash::wm::WindowManagerApplication);
+ shell::ApplicationRunner runner(new ash::mus::WindowManagerApplication);
return runner.Run(shell_handle);
}
« no previous file with comments | « ash/mus/layout_manager_unittest.cc ('k') | ash/mus/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698