Index: webrtc/common_video/h264/pps_parser.cc |
diff --git a/webrtc/common_video/h264/pps_parser.cc b/webrtc/common_video/h264/pps_parser.cc |
index 228d8538d0245d1b4908cfd0f4167be9104cb8ab..0df0289bdddf16a3fcc760856bfbec0e1c896f4b 100644 |
--- a/webrtc/common_video/h264/pps_parser.cc |
+++ b/webrtc/common_video/h264/pps_parser.cc |
@@ -14,8 +14,8 @@ |
#include <vector> |
#include "webrtc/common_video/h264/h264_common.h" |
-#include "webrtc/base/bitbuffer.h" |
-#include "webrtc/base/logging.h" |
+#include "webrtc/rtc_base/bitbuffer.h" |
+#include "webrtc/rtc_base/logging.h" |
#define RETURN_EMPTY_ON_FAIL(x) \ |
if (!(x)) { \ |