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