summaryrefslogtreecommitdiff
path: root/chromium/jingle/glue/channel_socket_adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/jingle/glue/channel_socket_adapter.h')
-rw-r--r--chromium/jingle/glue/channel_socket_adapter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/jingle/glue/channel_socket_adapter.h b/chromium/jingle/glue/channel_socket_adapter.h
index baf4d4c64bd..35414a18d95 100644
--- a/chromium/jingle/glue/channel_socket_adapter.h
+++ b/chromium/jingle/glue/channel_socket_adapter.h
@@ -8,6 +8,7 @@
#include "base/callback_forward.h"
#include "base/compiler_specific.h"
#include "net/socket/socket.h"
+#include "third_party/libjingle/source/talk/base/asyncpacketsocket.h"
#include "third_party/libjingle/source/talk/base/socketaddress.h"
#include "third_party/libjingle/source/talk/base/sigslot.h"
@@ -54,6 +55,7 @@ class TransportChannelSocketAdapter : public net::Socket,
void OnNewPacket(cricket::TransportChannel* channel,
const char* data,
size_t data_size,
+ const talk_base::PacketTime& packet_time,
int flags);
void OnWritableState(cricket::TransportChannel* channel);
void OnChannelDestroyed(cricket::TransportChannel* channel);