Index: webrtc/modules/audio_processing/aec3/suppression_gain.cc |
diff --git a/webrtc/modules/audio_processing/aec3/suppression_gain.cc b/webrtc/modules/audio_processing/aec3/suppression_gain.cc |
index 2f7d7bc22f32955d7dfbc50796796805b29723ca..7455d29e165aa07dadceb8427d689042ec2cf1be 100644 |
--- a/webrtc/modules/audio_processing/aec3/suppression_gain.cc |
+++ b/webrtc/modules/audio_processing/aec3/suppression_gain.cc |
@@ -19,8 +19,8 @@ |
#include <functional> |
#include <numeric> |
+#include "webrtc/base/checks.h" |
#include "webrtc/modules/audio_processing/aec3/vector_math.h" |
-#include "webrtc/rtc_base/checks.h" |
namespace webrtc { |
namespace { |