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

Unified Diff: mojo/runner/register_local_aliases.h

Issue 1566253002: Move package_manager into mojo/shell (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 | « mojo/runner/context.cc ('k') | mojo/runner/register_local_aliases.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/register_local_aliases.h
diff --git a/mojo/runner/register_local_aliases.h b/mojo/runner/register_local_aliases.h
index 1969f60ba8371bfd379222c18f86df48ee23b0c8..4ca3688f974da7623f0fcdcae10036f7e2563066 100644
--- a/mojo/runner/register_local_aliases.h
+++ b/mojo/runner/register_local_aliases.h
@@ -6,13 +6,13 @@
#define MOJO_RUNNER_REGISTER_LOCAL_ALIASES_H_
namespace mojo {
-namespace package_manager {
+namespace shell {
class PackageManagerImpl;
}
namespace runner {
-void RegisterLocalAliases(mojo::package_manager::PackageManagerImpl* manager);
+void RegisterLocalAliases(shell::PackageManagerImpl* manager);
} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/context.cc ('k') | mojo/runner/register_local_aliases.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698