Index: webrtc/modules/video_coding/utility/ivf_file_writer.cc |
diff --git a/webrtc/modules/video_coding/utility/ivf_file_writer.cc b/webrtc/modules/video_coding/utility/ivf_file_writer.cc |
index ce3919d7efeff01ae66e75f1c832139cca8f1bd4..d01d0231e854482c851d438e23bf8b71482d93cc 100644 |
--- a/webrtc/modules/video_coding/utility/ivf_file_writer.cc |
+++ b/webrtc/modules/video_coding/utility/ivf_file_writer.cc |
@@ -13,9 +13,9 @@ |
#include <string> |
#include <utility> |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/logging.h" |
#include "webrtc/modules/rtp_rtcp/source/byte_io.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/logging.h" |
// TODO(palmkvist): make logging more informative in the absence of a file name |
// (or get one) |