Index: webrtc/audio/audio_receive_stream.h |
diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h |
index 92c4763b51b4c3b9c8ecf8f44df647d7631f2459..dc7992f400cf8b053a70862c36717bee0eed4b4a 100644 |
--- a/webrtc/audio/audio_receive_stream.h |
+++ b/webrtc/audio/audio_receive_stream.h |
@@ -16,11 +16,11 @@ |
#include "webrtc/api/audio/audio_mixer.h" |
#include "webrtc/audio/audio_state.h" |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/thread_checker.h" |
#include "webrtc/call/audio_receive_stream.h" |
#include "webrtc/call/rtp_packet_sink_interface.h" |
#include "webrtc/call/syncable.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/thread_checker.h" |
namespace webrtc { |
class PacketRouter; |