Index: webrtc/pc/quicdatatransport.h |
diff --git a/webrtc/pc/quicdatatransport.h b/webrtc/pc/quicdatatransport.h |
index 6b35a104f15d2ce885519e707394125afabecc3b..946e6b03b8716e0cb2767b1a7ce9438ecfb7a5e6 100644 |
--- a/webrtc/pc/quicdatatransport.h |
+++ b/webrtc/pc/quicdatatransport.h |
@@ -15,11 +15,11 @@ |
#include <unordered_map> |
#include "webrtc/api/datachannelinterface.h" |
-#include "webrtc/base/scoped_ref_ptr.h" |
-#include "webrtc/base/sigslot.h" |
-#include "webrtc/base/thread.h" |
#include "webrtc/p2p/base/transportcontroller.h" |
#include "webrtc/pc/quicdatachannel.h" |
+#include "webrtc/rtc_base/scoped_ref_ptr.h" |
+#include "webrtc/rtc_base/sigslot.h" |
+#include "webrtc/rtc_base/thread.h" |
namespace cricket { |
class QuicTransportChannel; |