Index: webrtc/api/peerconnection.cc |
diff --git a/webrtc/api/peerconnection.cc b/webrtc/api/peerconnection.cc |
index a076f3ca3a67996889120c639bec7966e81e33a8..70800880fb7bd599d1f954faae5f043159b502a9 100644 |
--- a/webrtc/api/peerconnection.cc |
+++ b/webrtc/api/peerconnection.cc |
@@ -15,7 +15,6 @@ |
#include <utility> |
#include <vector> |
-#include "talk/session/media/channelmanager.h" |
#include "webrtc/api/audiotrack.h" |
#include "webrtc/api/dtmfsender.h" |
#include "webrtc/api/jsepicecandidate.h" |
@@ -39,6 +38,7 @@ |
#include "webrtc/base/trace_event.h" |
#include "webrtc/media/sctp/sctpdataengine.h" |
#include "webrtc/p2p/client/basicportallocator.h" |
+#include "webrtc/pc/channelmanager.h" |
#include "webrtc/system_wrappers/include/field_trial.h" |
namespace { |