Index: services/shell/public/cpp/connection.h |
diff --git a/services/shell/public/cpp/connection.h b/services/shell/public/cpp/connection.h |
index b72bf8909679c30a58b51017691614d957f9d2ca..eb49c2c8392746089a209433ae619c00d8f7c9e0 100644 |
--- a/services/shell/public/cpp/connection.h |
+++ b/services/shell/public/cpp/connection.h |
@@ -38,7 +38,7 @@ class InterfaceProvider; |
// |
// A Connection returned via Shell::ConnectToApplication() is owned by the |
// caller. |
-// An Connection received via AcceptConnection is owned by the ShellConnection. |
+// An Connection received via OnConnect is owned by the ServiceContext. |
// To close a connection, call CloseConnection which will destroy this object. |
class Connection { |
public: |