| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index 9be64cd222f4c62859a5be9a93750e2b3f09a3a6..129fcdb49c1340db4efa94a829149ecc044c7089 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -57,7 +57,7 @@ class ClientSession : public protocol::HostStub,
|
| virtual void OnSequenceNumberUpdated(
|
| protocol::ConnectionToClient* connection, int64 sequence_number) OVERRIDE;
|
|
|
| - // Disconnect the session
|
| + // Disconnect the session.
|
| void Disconnect();
|
|
|
| protocol::ConnectionToClient* connection() const {
|
|
|