Index: services/shell/public/cpp/connection.h |
diff --git a/services/shell/public/cpp/connection.h b/services/shell/public/cpp/connection.h |
index 4fa211ea608f20977f49127f7da6ee822f9e8f32..b72bf8909679c30a58b51017691614d957f9d2ca 100644 |
--- a/services/shell/public/cpp/connection.h |
+++ b/services/shell/public/cpp/connection.h |
@@ -25,8 +25,8 @@ class InterfaceBinder; |
class InterfaceProvider; |
// Represents a connection to another application. An instance of this class is |
-// returned from Shell's ConnectToApplication(), and passed to ShellClient's |
-// AcceptConnection() each time an incoming connection is received. |
+// returned from Shell's ConnectToApplication(), and passed to Service's |
+// OnConnect() each time an incoming connection is received. |
// |
// Call AddService<T>(factory) to expose an interface to the remote application, |
// and GetInterface(&interface_ptr) to consume an interface exposed by the |