| Index: content/renderer/p2p/socket_client.h
|
| diff --git a/content/renderer/p2p/socket_client.h b/content/renderer/p2p/socket_client.h
|
| index d92407cd5c9bf1e6fa83564e8d642449d06c0028..5d1ecb5db906b3b612bdf7a20ed41641589e3d54 100644
|
| --- a/content/renderer/p2p/socket_client.h
|
| +++ b/content/renderer/p2p/socket_client.h
|
| @@ -11,7 +11,7 @@
|
| #include "content/common/p2p_socket_type.h"
|
| #include "net/base/ip_endpoint.h"
|
|
|
| -namespace rtc {
|
| +namespace talk_base {
|
| struct PacketOptions;
|
| };
|
|
|
| @@ -44,7 +44,7 @@ class P2PSocketClient : public base::RefCountedThreadSafe<P2PSocketClient> {
|
| // |dscp|.
|
| virtual void SendWithDscp(const net::IPEndPoint& address,
|
| const std::vector<char>& data,
|
| - const rtc::PacketOptions& options) = 0;
|
| + const talk_base::PacketOptions& options) = 0;
|
|
|
| virtual void SetOption(P2PSocketOption option, int value) = 0;
|
|
|
|
|