Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / p2p / base / transportdescriptionfactory_unittest.cc
index b7f7008..a793853 100644 (file)
 #include <string>
 #include <vector>
 
-#include "talk/p2p/base/constants.h"
-#include "talk/p2p/base/transportdescription.h"
-#include "talk/p2p/base/transportdescriptionfactory.h"
+#include "webrtc/p2p/base/constants.h"
+#include "webrtc/p2p/base/transportdescription.h"
+#include "webrtc/p2p/base/transportdescriptionfactory.h"
 #include "webrtc/base/fakesslidentity.h"
 #include "webrtc/base/gunit.h"
+#include "webrtc/base/ssladapter.h"
 
 using rtc::scoped_ptr;
 using cricket::TransportDescriptionFactory;
@@ -45,6 +46,7 @@ class TransportDescriptionFactoryTest : public testing::Test {
       : id1_(new rtc::FakeSSLIdentity("User1")),
         id2_(new rtc::FakeSSLIdentity("User2")) {
   }
+
   void CheckDesc(const TransportDescription* desc, const std::string& type,
                  const std::string& opt, const std::string& ice_ufrag,
                  const std::string& ice_pwd, const std::string& dtls_alg) {