Index: content/public/common/child_process_host.h |
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h |
index 850138d5491d0ce4420ed39cb2b508c2953b058f..fb9860ed235153dcace34400add1ecf93372cee2 100644 |
--- a/content/public/common/child_process_host.h |
+++ b/content/public/common/child_process_host.h |
@@ -89,7 +89,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender { |
virtual std::string CreateChannelMojo(const std::string& child_token) = 0; |
// Creates the IPC channel over a Mojo message pipe. The pipe connection is |
- // brokered through the shell like any other service connection. |
+ // brokered through the Service Manager like any other service connection. |
virtual void CreateChannelMojo() = 0; |
// Returns true iff the IPC channel is currently being opened; |