aboutsummaryrefslogtreecommitdiff
path: root/webrtc/p2p/base/transport.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/p2p/base/transport.cc')
-rw-r--r--webrtc/p2p/base/transport.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webrtc/p2p/base/transport.cc b/webrtc/p2p/base/transport.cc
index 12a2bb374d..07b204cf7d 100644
--- a/webrtc/p2p/base/transport.cc
+++ b/webrtc/p2p/base/transport.cc
@@ -12,9 +12,9 @@
#include "webrtc/p2p/base/candidate.h"
#include "webrtc/p2p/base/constants.h"
-#include "webrtc/libjingle/session/parsing.h"
+#include "webrtc/p2p/base/parsing.h"
#include "webrtc/p2p/base/port.h"
-#include "webrtc/libjingle/session/sessionmanager.h"
+#include "webrtc/p2p/base/sessionmanager.h"
#include "webrtc/p2p/base/transportchannelimpl.h"
#include "webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/libjingle/xmpp/constants.h"