Index: webrtc/modules/video_coding/receiver.cc |
diff --git a/webrtc/modules/video_coding/receiver.cc b/webrtc/modules/video_coding/receiver.cc |
index 0c559e0751fdb34c03358fdc47819daca2a1b3dc..af9ddb8f268f055a69c7aabda077b5bbaae1f6a4 100644 |
--- a/webrtc/modules/video_coding/receiver.cc |
+++ b/webrtc/modules/video_coding/receiver.cc |
@@ -16,11 +16,11 @@ |
#include <utility> |
#include <vector> |
+#include "webrtc/base/logging.h" |
+#include "webrtc/base/trace_event.h" |
#include "webrtc/modules/video_coding/encoded_frame.h" |
#include "webrtc/modules/video_coding/internal_defines.h" |
#include "webrtc/modules/video_coding/media_opt_util.h" |
-#include "webrtc/rtc_base/logging.h" |
-#include "webrtc/rtc_base/trace_event.h" |
#include "webrtc/system_wrappers/include/clock.h" |
namespace webrtc { |