Index: webrtc/video/video_stream_decoder.cc |
diff --git a/webrtc/video/video_stream_decoder.cc b/webrtc/video/video_stream_decoder.cc |
index a7688ce13caa165fa241af152717fb3a83b4a434..742ffd8485698e342f324ed4a8855159f078ef89 100644 |
--- a/webrtc/video/video_stream_decoder.cc |
+++ b/webrtc/video/video_stream_decoder.cc |
@@ -14,10 +14,10 @@ |
#include <map> |
#include <vector> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/logging.h" |
#include "webrtc/common_video/include/frame_callback.h" |
#include "webrtc/modules/video_coding/video_coding_impl.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/logging.h" |
#include "webrtc/system_wrappers/include/metrics.h" |
#include "webrtc/video/call_stats.h" |
#include "webrtc/video/payload_router.h" |