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

Unified Diff: mash/login/login.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « mash/init/main.cc ('k') | mash/login/login.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/login.h
diff --git a/mash/login/login.h b/mash/login/login.h
index 8f2c9f3c7ffd6a6d2e9c347565a269d33462ae36..60ece4388460be338bc8b050f2b2ab888c50b9f3 100644
--- a/mash/login/login.h
+++ b/mash/login/login.h
@@ -5,14 +5,14 @@
#ifndef MASH_LOGIN_LOGIN_H_
#define MASH_LOGIN_LOGIN_H_
-namespace mojo {
+namespace shell {
class ShellClient;
}
namespace mash {
namespace login {
-mojo::ShellClient* CreateLogin();
+shell::ShellClient* CreateLogin();
} // namespace login
} // namespace mash
« no previous file with comments | « mash/init/main.cc ('k') | mash/login/login.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698