Index: content/renderer/p2p/socket_client_impl.h |
diff --git a/content/renderer/p2p/socket_client_impl.h b/content/renderer/p2p/socket_client_impl.h |
index 32a750bd2560e01e3cb992de27d4d756e5c851da..64bb7a5110de3fde16c24a8d1288f9df743383f6 100644 |
--- a/content/renderer/p2p/socket_client_impl.h |
+++ b/content/renderer/p2p/socket_client_impl.h |
@@ -46,7 +46,7 @@ class P2PSocketClientImpl : public P2PSocketClient { |
// |dscp|. |
virtual void SendWithDscp(const net::IPEndPoint& address, |
const std::vector<char>& data, |
- net::DiffServCodePoint dscp) OVERRIDE; |
+ const talk_base::PacketOptions& options) OVERRIDE; |
// Setting socket options. |
virtual void SetOption(P2PSocketOption option, int value) OVERRIDE; |