Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / p2p / base / fakesession.h
index 7c99719..cb9111f 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef TALK_P2P_BASE_FAKESESSION_H_
-#define TALK_P2P_BASE_FAKESESSION_H_
+#ifndef WEBRTC_P2P_BASE_FAKESESSION_H_
+#define WEBRTC_P2P_BASE_FAKESESSION_H_
 
 #include <map>
 #include <string>
 #include <vector>
 
-#include "talk/p2p/base/session.h"
-#include "talk/p2p/base/transport.h"
-#include "talk/p2p/base/transportchannel.h"
-#include "talk/p2p/base/transportchannelimpl.h"
+#include "webrtc/p2p/base/session.h"
+#include "webrtc/p2p/base/transport.h"
+#include "webrtc/p2p/base/transportchannel.h"
+#include "webrtc/p2p/base/transportchannelimpl.h"
 #include "webrtc/base/buffer.h"
 #include "webrtc/base/fakesslidentity.h"
 #include "webrtc/base/messagequeue.h"
@@ -506,4 +506,4 @@ class FakeSession : public BaseSession {
 
 }  // namespace cricket
 
-#endif  // TALK_P2P_BASE_FAKESESSION_H_
+#endif  // WEBRTC_P2P_BASE_FAKESESSION_H_