Index: webrtc/common_video/h264/h264_bitstream_parser.cc |
diff --git a/webrtc/common_video/h264/h264_bitstream_parser.cc b/webrtc/common_video/h264/h264_bitstream_parser.cc |
index 8bc474749d85d418d2a2771b82ad41d82cd09744..4661687cff8f2ad3a11282fbdfbf01aaa4dbf8ea 100644 |
--- a/webrtc/common_video/h264/h264_bitstream_parser.cc |
+++ b/webrtc/common_video/h264/h264_bitstream_parser.cc |
@@ -12,11 +12,11 @@ |
#include <memory> |
#include <vector> |
-#include "webrtc/base/bitbuffer.h" |
-#include "webrtc/base/checks.h" |
+#include "webrtc/rtc_base/bitbuffer.h" |
+#include "webrtc/rtc_base/checks.h" |
#include "webrtc/common_video/h264/h264_common.h" |
-#include "webrtc/base/logging.h" |
+#include "webrtc/rtc_base/logging.h" |
namespace { |
const int kMaxAbsQpDeltaValue = 51; |