Index: webrtc/modules/audio_processing/agc/agc.cc |
diff --git a/webrtc/modules/audio_processing/agc/agc.cc b/webrtc/modules/audio_processing/agc/agc.cc |
index 1370d38cc3e1c6a2cc4a1b2d8afbdc2a16372f02..3eca1483d58f50d9575da56653c61bd6473c442a 100644 |
--- a/webrtc/modules/audio_processing/agc/agc.cc |
+++ b/webrtc/modules/audio_processing/agc/agc.cc |
@@ -16,10 +16,10 @@ |
#include <algorithm> |
#include <vector> |
+#include "webrtc/base/checks.h" |
#include "webrtc/modules/audio_processing/agc/loudness_histogram.h" |
#include "webrtc/modules/audio_processing/agc/utility.h" |
#include "webrtc/modules/include/module_common_types.h" |
-#include "webrtc/rtc_base/checks.h" |
namespace webrtc { |
namespace { |