Index: webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc |
diff --git a/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc b/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc |
index b8ab9b9e540b0ececf05c83c20b8c0032e02484b..9d93f838b6d01b2de1e8f1a214543cc13e0a5a25 100644 |
--- a/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc |
+++ b/webrtc/test/fuzzers/rtcp_receiver_fuzzer.cc |
@@ -7,8 +7,8 @@ |
* in the file PATENTS. All contributing project authors may |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/checks.h" |
#include "webrtc/modules/rtp_rtcp/source/rtcp_receiver.h" |
+#include "webrtc/rtc_base/checks.h" |
#include "webrtc/system_wrappers/include/clock.h" |
namespace webrtc { |