diff options
Diffstat (limited to 'remoting/jingle_glue/channel_socket_adapter.h')
-rw-r--r-- | remoting/jingle_glue/channel_socket_adapter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/jingle_glue/channel_socket_adapter.h b/remoting/jingle_glue/channel_socket_adapter.h index 1b808f6..d50c560e 100644 --- a/remoting/jingle_glue/channel_socket_adapter.h +++ b/remoting/jingle_glue/channel_socket_adapter.h @@ -16,8 +16,8 @@ class TransportChannel; namespace remoting { // TransportChannelSocketAdapter implements net::Socket interface on -// top of libjingle's TransportChannel. It is used by JingleChromotingConnection -// to provide net::Socket interface for channels. +// top of libjingle's TransportChannel. It is used by +// JingleChromotocolConnection to provide net::Socket interface for channels. class TransportChannelSocketAdapter : public net::Socket, public sigslot::has_slots<> { public: |