Index: apps/app_shim/app_shim_host_mac.h |
diff --git a/apps/app_shim/app_shim_host_mac.h b/apps/app_shim/app_shim_host_mac.h |
index 606ea87716d7e3e540b36bd3f676eadc42111a93..63828f7a913458b26c974cab34b43a7ba3c6f3df 100644 |
--- a/apps/app_shim/app_shim_host_mac.h |
+++ b/apps/app_shim/app_shim_host_mac.h |
@@ -34,8 +34,8 @@ class AppShimHost : public IPC::Listener, |
virtual ~AppShimHost(); |
// Creates a new server-side IPC channel at |handle|, which should contain a |
- // file descriptor of a channel created by an IPC::ChannelFactory, and begins |
- // listening for messages on it. |
+ // file descriptor of a channel created by an UnixDomainSocketAcceptor, |
+ // and begins listening for messages on it. |
void ServeChannel(const IPC::ChannelHandle& handle); |
protected: |