diff options
Diffstat (limited to 'jingle/glue/channel_socket_adapter.h')
-rw-r--r-- | jingle/glue/channel_socket_adapter.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jingle/glue/channel_socket_adapter.h b/jingle/glue/channel_socket_adapter.h index b5ed635..baf4d4c 100644 --- a/jingle/glue/channel_socket_adapter.h +++ b/jingle/glue/channel_socket_adapter.h @@ -11,7 +11,9 @@ #include "third_party/libjingle/source/talk/base/socketaddress.h" #include "third_party/libjingle/source/talk/base/sigslot.h" +namespace base { class MessageLoop; +} namespace cricket { class TransportChannel; @@ -56,7 +58,7 @@ class TransportChannelSocketAdapter : public net::Socket, void OnWritableState(cricket::TransportChannel* channel); void OnChannelDestroyed(cricket::TransportChannel* channel); - MessageLoop* message_loop_; + base::MessageLoop* message_loop_; cricket::TransportChannel* channel_; |