summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libjingle/source/talk/p2p/base/portinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libjingle/source/talk/p2p/base/portinterface.h')
-rw-r--r--chromium/third_party/libjingle/source/talk/p2p/base/portinterface.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/third_party/libjingle/source/talk/p2p/base/portinterface.h b/chromium/third_party/libjingle/source/talk/p2p/base/portinterface.h
index 6ea63466c9d..5ebf6539873 100644
--- a/chromium/third_party/libjingle/source/talk/p2p/base/portinterface.h
+++ b/chromium/third_party/libjingle/source/talk/p2p/base/portinterface.h
@@ -30,13 +30,12 @@
#include <string>
-#include "talk/base/dscp.h"
#include "talk/base/socketaddress.h"
#include "talk/p2p/base/transport.h"
namespace talk_base {
class Network;
-class PacketSocketFactory;
+struct PacketOptions;
}
namespace cricket {
@@ -100,7 +99,7 @@ class PortInterface {
// that of a connection or an address that has sent to us already.
virtual int SendTo(const void* data, size_t size,
const talk_base::SocketAddress& addr,
- talk_base::DiffServCodePoint dscp, bool payload) = 0;
+ const talk_base::PacketOptions& options, bool payload) = 0;
// Indicates that we received a successful STUN binding request from an
// address that doesn't correspond to any current connection. To turn this