Index: webrtc/common_video/h264/pps_parser_unittest.cc |
diff --git a/webrtc/common_video/h264/pps_parser_unittest.cc b/webrtc/common_video/h264/pps_parser_unittest.cc |
index 03490647c08ef49ec691b113780c7897e60bc868..886808aa8e5d4e71bd0f3b14e9768d8278ee0480 100644 |
--- a/webrtc/common_video/h264/pps_parser_unittest.cc |
+++ b/webrtc/common_video/h264/pps_parser_unittest.cc |
@@ -13,9 +13,9 @@ |
#include <limits> |
#include <memory> |
-#include "webrtc/base/bitbuffer.h" |
-#include "webrtc/base/buffer.h" |
#include "webrtc/common_video/h264/h264_common.h" |
+#include "webrtc/rtc_base/bitbuffer.h" |
+#include "webrtc/rtc_base/buffer.h" |
#include "webrtc/test/gtest.h" |
namespace webrtc { |