Index: webrtc/modules/video_coding/h264_sps_pps_tracker.cc |
diff --git a/webrtc/modules/video_coding/h264_sps_pps_tracker.cc b/webrtc/modules/video_coding/h264_sps_pps_tracker.cc |
index 40284c774825fca2582eee5f79c57b6e187d1457..88b440f0b8756eb9219a65425ce487f2bf5d6d6a 100644 |
--- a/webrtc/modules/video_coding/h264_sps_pps_tracker.cc |
+++ b/webrtc/modules/video_coding/h264_sps_pps_tracker.cc |
@@ -13,13 +13,13 @@ |
#include <string> |
#include <utility> |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/logging.h" |
#include "webrtc/common_video/h264/h264_common.h" |
#include "webrtc/common_video/h264/pps_parser.h" |
#include "webrtc/common_video/h264/sps_parser.h" |
#include "webrtc/modules/video_coding/frame_object.h" |
#include "webrtc/modules/video_coding/packet_buffer.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/logging.h" |
namespace webrtc { |
namespace video_coding { |