| Index: remoting/protocol/channel_socket_adapter.h
|
| diff --git a/remoting/protocol/channel_socket_adapter.h b/remoting/protocol/channel_socket_adapter.h
|
| index 28e2493755d27013c67f7e8738f4670b6b334f37..47d606b58fb72a10aae9f0b670334900066494b6 100644
|
| --- a/remoting/protocol/channel_socket_adapter.h
|
| +++ b/remoting/protocol/channel_socket_adapter.h
|
| @@ -21,7 +21,7 @@ namespace remoting {
|
| namespace protocol {
|
|
|
| // TransportChannelSocketAdapter implements P2PDatagramSocket interface on
|
| -// top of libjingle's TransportChannel. It is used by LibjingleTransportFactory
|
| +// top of libjingle's TransportChannel. It is used by IceTransportSession
|
| // to provide P2PDatagramSocket interface for channels.
|
| class TransportChannelSocketAdapter : public P2PDatagramSocket,
|
| public sigslot::has_slots<> {
|
|
|