Index: webrtc/modules/rtp_rtcp/source/rtp_sender.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender.cc |
index 1a56c632b372fffe0bd5cf7131f64af093eb4758..8dc8ca6e41bad1f9407a7c22b2c02b56cd44a615 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.cc |
@@ -14,6 +14,7 @@ |
#include <utility> |
#include "webrtc/base/checks.h" |
+#include "webrtc/base/trace_event.h" |
#include "webrtc/modules/rtp_rtcp/interface/rtp_cvo.h" |
#include "webrtc/modules/rtp_rtcp/source/byte_io.h" |
#include "webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h" |
@@ -21,7 +22,6 @@ |
#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" |
#include "webrtc/system_wrappers/interface/logging.h" |
#include "webrtc/system_wrappers/interface/tick_util.h" |
-#include "webrtc/system_wrappers/interface/trace_event.h" |
namespace webrtc { |