Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / p2p / base / rawtransport.h
index 3a20ef5..7458191 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef TALK_P2P_BASE_RAWTRANSPORT_H_
-#define TALK_P2P_BASE_RAWTRANSPORT_H_
+#ifndef WEBRTC_P2P_BASE_RAWTRANSPORT_H_
+#define WEBRTC_P2P_BASE_RAWTRANSPORT_H_
 
 #include <string>
-#include "talk/p2p/base/transport.h"
+#include "webrtc/p2p/base/transport.h"
 
 #if defined(FEATURE_ENABLE_PSTN)
 namespace cricket {
@@ -78,4 +78,4 @@ class RawTransport : public Transport, public TransportParser {
 
 #endif  // defined(FEATURE_ENABLE_PSTN)
 
-#endif  // TALK_P2P_BASE_RAWTRANSPORT_H_
+#endif  // WEBRTC_P2P_BASE_RAWTRANSPORT_H_