Index: webrtc/common_audio/resampler/push_resampler.cc |
diff --git a/webrtc/common_audio/resampler/push_resampler.cc b/webrtc/common_audio/resampler/push_resampler.cc |
index ec904b81c8f16fec98132e19c29ea1f8b715fc99..38cdf2b1727049c32af66cab81d35012c0397582 100644 |
--- a/webrtc/common_audio/resampler/push_resampler.cc |
+++ b/webrtc/common_audio/resampler/push_resampler.cc |
@@ -12,10 +12,10 @@ |
#include <string.h> |
-#include "webrtc/base/checks.h" |
#include "webrtc/common_audio/include/audio_util.h" |
#include "webrtc/common_audio/resampler/include/resampler.h" |
#include "webrtc/common_audio/resampler/push_sinc_resampler.h" |
+#include "webrtc/rtc_base/checks.h" |
namespace webrtc { |
namespace { |