Index: remoting/host/client_connection.h |
=================================================================== |
--- remoting/host/client_connection.h (revision 55264) |
+++ remoting/host/client_connection.h (working copy) |
@@ -125,7 +125,7 @@ |
// Process a data buffer received from libjingle. |
void PacketReceivedTask(scoped_refptr<media::DataBuffer> data); |
- // The libjingle channel used to send and receive data from the remote viewer. |
+ // The libjingle channel used to send and receive data from the remote client. |
scoped_refptr<JingleChannel> channel_; |
// The message loop that this object runs on. |