X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fjingle%2Fglue%2Futils.h;h=cb42b4baa4223425c5ff2b6f63500f15c30e8438;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=a655f71a2fceb7620ff3b0a7c334979c4989a7db;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/jingle/glue/utils.h b/src/jingle/glue/utils.h index a655f71..cb42b4b 100644 --- a/src/jingle/glue/utils.h +++ b/src/jingle/glue/utils.h @@ -11,9 +11,9 @@ namespace net { class IPEndPoint; } // namespace net -namespace talk_base { +namespace rtc { class SocketAddress; -} // namespace talk_base +} // namespace rtc namespace cricket { class Candidate; @@ -25,8 +25,8 @@ namespace jingle_glue { // following two functions are used to convert addresses from one // representation to another. bool IPEndPointToSocketAddress(const net::IPEndPoint& ip_endpoint, - talk_base::SocketAddress* address); -bool SocketAddressToIPEndPoint(const talk_base::SocketAddress& address, + rtc::SocketAddress* address); +bool SocketAddressToIPEndPoint(const rtc::SocketAddress& address, net::IPEndPoint* ip_endpoint); // Helper functions to serialize and deserialize P2P candidates.