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