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

Unified Diff: mash/login/login.h

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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/init.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 60ece4388460be338bc8b050f2b2ab888c50b9f3..5e0ff68e93024a7e053729411013d5dadbc6d0ef 100644
--- a/mash/login/login.h
+++ b/mash/login/login.h
@@ -6,13 +6,13 @@
#define MASH_LOGIN_LOGIN_H_
namespace shell {
-class ShellClient;
+class Service;
}
namespace mash {
namespace login {
-shell::ShellClient* CreateLogin();
+shell::Service* CreateLogin();
} // namespace login
} // namespace mash
« no previous file with comments | « mash/init/init.cc ('k') | mash/login/login.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698