Index: webrtc/api/datachannel.h |
diff --git a/webrtc/api/datachannel.h b/webrtc/api/datachannel.h |
index eeac1d0bbba89b73c9e64f093995dd497a361fcc..62e3eaf2215218f8ebaf54cbda0f7189e1e68216 100644 |
--- a/webrtc/api/datachannel.h |
+++ b/webrtc/api/datachannel.h |
@@ -15,13 +15,13 @@ |
#include <set> |
#include <string> |
-#include "talk/session/media/channel.h" |
#include "webrtc/api/datachannelinterface.h" |
#include "webrtc/api/proxy.h" |
#include "webrtc/base/messagehandler.h" |
#include "webrtc/base/scoped_ref_ptr.h" |
#include "webrtc/base/sigslot.h" |
#include "webrtc/media/base/mediachannel.h" |
+#include "webrtc/pc/channel.h" |
namespace webrtc { |