Index: webrtc/modules/audio_processing/vad/standalone_vad.cc |
diff --git a/webrtc/modules/audio_processing/vad/standalone_vad.cc b/webrtc/modules/audio_processing/vad/standalone_vad.cc |
index 7848134215b85ac33e154a0ad4c6492416ebff3d..95d498210dccbfe46b2642eff7450cc50e4e7b04 100644 |
--- a/webrtc/modules/audio_processing/vad/standalone_vad.cc |
+++ b/webrtc/modules/audio_processing/vad/standalone_vad.cc |
@@ -11,8 +11,8 @@ |
#include "webrtc/modules/audio_processing/vad/standalone_vad.h" |
#include "webrtc/audio/utility/audio_frame_operations.h" |
+#include "webrtc/base/checks.h" |
#include "webrtc/modules/include/module_common_types.h" |
-#include "webrtc/rtc_base/checks.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |