Index: webrtc/pc/quicdatachannel.h |
diff --git a/webrtc/pc/quicdatachannel.h b/webrtc/pc/quicdatachannel.h |
index 2f6288b7de6c6e81d4b771ca8c1d3b2a1dd5041d..f580c4b7b4418aa380f7e563812a6d032c798ae2 100644 |
--- a/webrtc/pc/quicdatachannel.h |
+++ b/webrtc/pc/quicdatachannel.h |
@@ -16,9 +16,9 @@ |
#include <unordered_set> |
#include "webrtc/api/datachannelinterface.h" |
-#include "webrtc/base/asyncinvoker.h" |
-#include "webrtc/base/sigslot.h" |
-#include "webrtc/base/thread.h" |
+#include "webrtc/rtc_base/asyncinvoker.h" |
+#include "webrtc/rtc_base/sigslot.h" |
+#include "webrtc/rtc_base/thread.h" |
namespace cricket { |
class QuicTransportChannel; |