Index: mojo/shell/standalone/register_local_aliases.h |
diff --git a/mojo/runner/register_local_aliases.h b/mojo/shell/standalone/register_local_aliases.h |
similarity index 50% |
rename from mojo/runner/register_local_aliases.h |
rename to mojo/shell/standalone/register_local_aliases.h |
index 4ca3688f974da7623f0fcdcae10036f7e2563066..5211587eba00893c646f2433d698d13f9e984c69 100644 |
--- a/mojo/runner/register_local_aliases.h |
+++ b/mojo/shell/standalone/register_local_aliases.h |
@@ -2,19 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MOJO_RUNNER_REGISTER_LOCAL_ALIASES_H_ |
-#define MOJO_RUNNER_REGISTER_LOCAL_ALIASES_H_ |
+#ifndef MOJO_SHELL_STANDALONE_REGISTER_LOCAL_ALIASES_H_ |
+#define MOJO_SHELL_STANDALONE_REGISTER_LOCAL_ALIASES_H_ |
namespace mojo { |
namespace shell { |
class PackageManagerImpl; |
-} |
-namespace runner { |
+void RegisterLocalAliases(PackageManagerImpl* manager); |
-void RegisterLocalAliases(shell::PackageManagerImpl* manager); |
- |
-} // namespace runner |
+} // namespace shell |
} // namespace mojo |
-#endif // MOJO_RUNNER_REGISTER_LOCAL_ALIASES_H_ |
+#endif // MOJO_SHELL_STANDALONE_REGISTER_LOCAL_ALIASES_H_ |