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

Unified Diff: services/service_manager/runner/common/client_util.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
Index: services/service_manager/runner/common/client_util.h
diff --git a/services/service_manager/runner/common/client_util.h b/services/service_manager/runner/common/client_util.h
index a0b5e617de7164316842b6f2c483fe89b686081b..4ed4e1974ccd5d2ffa38faaf9fa7416e88b3c101 100644
--- a/services/service_manager/runner/common/client_util.h
+++ b/services/service_manager/runner/common/client_util.h
@@ -13,7 +13,7 @@ namespace base {
class CommandLine;
}
-namespace shell {
+namespace service_manager {
// Creates a new Service pipe and returns one end of it. The other end is
// passed via a token in |command_line|. A child of the calling process may
@@ -29,8 +29,8 @@ mojom::ServiceRequest GetServiceRequestFromCommandLine();
// Returns true if the ServiceRequest came via the command line from a shell
// instance in another process.
-bool ShellIsRemote();
+bool ServiceManagerIsRemote();
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_RUNNER_COMMON_CLIENT_UTIL_H_
« no previous file with comments | « services/service_manager/runner/child/test_native_main.cc ('k') | services/service_manager/runner/common/client_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698