Index: services/service_manager/runner/host/child_process_base.h |
diff --git a/services/service_manager/runner/host/child_process_base.h b/services/service_manager/runner/host/child_process_base.h |
index 9495790137af7cd2962d04ddc3a75b07abcb632c..0d85adffb50aead821a2a0c805a08cb2d642d7c6 100644 |
--- a/services/service_manager/runner/host/child_process_base.h |
+++ b/services/service_manager/runner/host/child_process_base.h |
@@ -10,7 +10,8 @@ |
namespace service_manager { |
-// Child processes call this to establish the connection to the shell and obtain |
+// Child processes call this to establish the connection to the service manager |
+// and obtain |
// the ServiceRequest. Once the connection has been established |callback| |
// is run. ChildProcessMainWithCallback() returns once the the callback |
// completes. |