Index: webrtc/audio/audio_send_stream_unittest.cc |
diff --git a/webrtc/audio/audio_send_stream_unittest.cc b/webrtc/audio/audio_send_stream_unittest.cc |
index b685cfbf0165f7222cac31bdf6cb38f7a71bd8e2..b9064431069213ee01d03cfb7c499d7fa4d70bc7 100644 |
--- a/webrtc/audio/audio_send_stream_unittest.cc |
+++ b/webrtc/audio/audio_send_stream_unittest.cc |
@@ -15,8 +15,6 @@ |
#include "webrtc/audio/audio_send_stream.h" |
#include "webrtc/audio/audio_state.h" |
#include "webrtc/audio/conversion.h" |
-#include "webrtc/base/ptr_util.h" |
-#include "webrtc/base/task_queue.h" |
#include "webrtc/call/fake_rtp_transport_controller_send.h" |
#include "webrtc/call/rtp_transport_controller_send_interface.h" |
#include "webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h" |
@@ -27,6 +25,8 @@ |
#include "webrtc/modules/pacing/paced_sender.h" |
#include "webrtc/modules/rtp_rtcp/mocks/mock_rtcp_rtt_stats.h" |
#include "webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h" |
+#include "webrtc/rtc_base/ptr_util.h" |
+#include "webrtc/rtc_base/task_queue.h" |
#include "webrtc/test/gtest.h" |
#include "webrtc/test/mock_audio_encoder.h" |
#include "webrtc/test/mock_audio_encoder_factory.h" |