Index: webrtc/pc/datachannel.h |
diff --git a/webrtc/pc/datachannel.h b/webrtc/pc/datachannel.h |
index 2619a852fba846a944171e03318fb20c3e4a774f..13f5b881fa161c664fe1ba5918f6bafd439507b7 100644 |
--- a/webrtc/pc/datachannel.h |
+++ b/webrtc/pc/datachannel.h |
@@ -17,11 +17,11 @@ |
#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" |
+#include "webrtc/rtc_base/messagehandler.h" |
+#include "webrtc/rtc_base/scoped_ref_ptr.h" |
+#include "webrtc/rtc_base/sigslot.h" |
namespace webrtc { |