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

Unified Diff: components/web_view/test_runner/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 | « components/web_view/test_runner/launcher.cc ('k') | mandoline/app/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/test_runner/register_local_aliases.cc
diff --git a/components/web_view/test_runner/register_local_aliases.cc b/components/web_view/test_runner/register_local_aliases.cc
index 4d2e1673453984b318d92a0f1ca7b244361fe4f5..9533ed8058b569a83c0e85c5b026ea316569fc69 100644
--- a/components/web_view/test_runner/register_local_aliases.cc
+++ b/components/web_view/test_runner/register_local_aliases.cc
@@ -2,13 +2,13 @@
// 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"
namespace mojo {
-namespace runner {
+namespace shell {
-void RegisterLocalAliases(shell::PackageManagerImpl* manager) {
+void RegisterLocalAliases(PackageManagerImpl* manager) {
}
-} // namespace runner
+} // namespace shell
} // namespace mojo
« no previous file with comments | « components/web_view/test_runner/launcher.cc ('k') | mandoline/app/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698