| Index: content/renderer/p2p/socket_client_impl.h
|
| ===================================================================
|
| --- content/renderer/p2p/socket_client_impl.h (revision 287594)
|
| +++ content/renderer/p2p/socket_client_impl.h (working copy)
|
| @@ -47,7 +47,7 @@
|
| // |dscp|.
|
| virtual void SendWithDscp(const net::IPEndPoint& address,
|
| const std::vector<char>& data,
|
| - const talk_base::PacketOptions& options) OVERRIDE;
|
| + const rtc::PacketOptions& options) OVERRIDE;
|
|
|
| // Setting socket options.
|
| virtual void SetOption(P2PSocketOption option, int value) OVERRIDE;
|
|
|