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

Unified Diff: mandoline/app/register_local_aliases.cc

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « mandoline/app/desktop/main.cc ('k') | mash/example/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/app/register_local_aliases.cc
diff --git a/mandoline/app/register_local_aliases.cc b/mandoline/app/register_local_aliases.cc
index 3cc613fc7344b0ef0bb0d3995a113b70798e0d02..9d4e1eed1b862b6fa9d683bd373830ad28b6fe8a 100644
--- a/mandoline/app/register_local_aliases.cc
+++ b/mandoline/app/register_local_aliases.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/runner/register_local_aliases.h"
+#include "mojo/shell/standalone/register_local_aliases.h"
#include "mojo/shell/package_manager/package_manager_impl.h"
namespace mojo {
-namespace runner {
+namespace shell {
-void RegisterLocalAliases(shell::PackageManagerImpl* manager) {
+void RegisterLocalAliases(PackageManagerImpl* manager) {
// TODO(erg): We should probably handle this differently; these could be
// autogenerated from package manifests.
manager->RegisterApplicationPackageAlias(
@@ -37,5 +37,5 @@ void RegisterLocalAliases(shell::PackageManagerImpl* manager) {
GURL("mojo:tracing"), GURL("mojo:core_services"), "Core");
}
-} // namespace runner
+} // namespace shell
} // namespace mojo
« no previous file with comments | « mandoline/app/desktop/main.cc ('k') | mash/example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698