Index: webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc |
index ed30fc1c7188e2989a79f5e05f06ca07081a3765..ff9ee8640c6a6a251b631eb79e685ff66dd9d7c8 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc |
@@ -17,7 +17,7 @@ |
#include "webrtc/base/bitbuffer.h" |
#include "webrtc/base/checks.h" |
-#include "webrtc/system_wrappers/interface/logging.h" |
+#include "webrtc/base/logging.h" |
#define RETURN_FALSE_ON_ERROR(x) \ |
if (!(x)) { \ |