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

Unified Diff: mash/login/login.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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 5e0ff68e93024a7e053729411013d5dadbc6d0ef..9fd5ca3ff4360ac690dae40bccf669a29359bbd0 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 shell {
+namespace service_manager {
class Service;
}
namespace mash {
namespace login {
-shell::Service* CreateLogin();
+service_manager::Service* 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