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