Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / remoting / protocol / jingle_session_manager.h
index e808ad2..89df613 100644 (file)
@@ -11,9 +11,9 @@
 
 #include "base/memory/ref_counted.h"
 #include "net/cert/x509_certificate.h"
-#include "remoting/jingle_glue/signal_strategy.h"
 #include "remoting/protocol/jingle_messages.h"
 #include "remoting/protocol/session_manager.h"
+#include "remoting/signaling/signal_strategy.h"
 
 namespace pp {
 class Instance;
@@ -23,9 +23,9 @@ namespace buzz {
 class XmlElement;
 }  // namespace buzz
 
-namespace talk_base {
+namespace rtc {
 class SocketAddress;
-}  // namespace talk_base
+}  // namespace rtc
 
 namespace remoting {
 
@@ -71,7 +71,7 @@ class JingleSessionManager : public SessionManager,
   void OnJingleInfo(
       const std::string& relay_token,
       const std::vector<std::string>& relay_hosts,
-      const std::vector<talk_base::SocketAddress>& stun_hosts);
+      const std::vector<rtc::SocketAddress>& stun_hosts);
 
   IqSender* iq_sender() { return iq_sender_.get(); }
   void SendReply(const buzz::XmlElement* original_stanza,