Index: webrtc/modules/audio_coding/neteq/expand.cc |
diff --git a/webrtc/modules/audio_coding/neteq/expand.cc b/webrtc/modules/audio_coding/neteq/expand.cc |
index f8ae526b3ca6d36e1d6faa626a2ae3c22f89dc75..0c527fe041de64a7a58541582ea562f915bbaf61 100644 |
--- a/webrtc/modules/audio_coding/neteq/expand.cc |
+++ b/webrtc/modules/audio_coding/neteq/expand.cc |
@@ -16,6 +16,7 @@ |
#include <algorithm> // min, max |
#include <limits> // numeric_limits<T> |
+#include "webrtc/base/safe_conversions.h" |
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h" |
#include "webrtc/modules/audio_coding/neteq/background_noise.h" |
#include "webrtc/modules/audio_coding/neteq/cross_correlation.h" |
@@ -23,7 +24,6 @@ |
#include "webrtc/modules/audio_coding/neteq/random_vector.h" |
#include "webrtc/modules/audio_coding/neteq/statistics_calculator.h" |
#include "webrtc/modules/audio_coding/neteq/sync_buffer.h" |
-#include "webrtc/rtc_base/safe_conversions.h" |
namespace webrtc { |