Index: webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc |
diff --git a/webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc b/webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc |
index ae6e4d98e55f94cdb78303115c6bfea97a33d3cf..e196587f050a06187db6adb450ab8a4b6695eb9a 100644 |
--- a/webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc |
+++ b/webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc |
@@ -13,11 +13,11 @@ |
#include <utility> |
#include "webrtc/api/video/i420_buffer.h" |
-#include "webrtc/base/checks.h" |
#include "webrtc/modules/video_coding/codecs/vp8/simulcast_rate_allocator.h" |
#include "webrtc/modules/video_coding/codecs/vp8/temporal_layers.h" |
#include "webrtc/modules/video_coding/include/video_codec_interface.h" |
#include "webrtc/modules/video_coding/include/video_error_codes.h" |
+#include "webrtc/rtc_base/checks.h" |
#include "webrtc/test/gtest.h" |
namespace webrtc { |