Index: webrtc/voice_engine/voe_base_impl.cc |
diff --git a/webrtc/voice_engine/voe_base_impl.cc b/webrtc/voice_engine/voe_base_impl.cc |
index 196c6a555febcf4efb93f367d1a3c7e36a11c340..9b82ec95927f2d980d69876f9fc5f0a53da2019e 100644 |
--- a/webrtc/voice_engine/voe_base_impl.cc |
+++ b/webrtc/voice_engine/voe_base_impl.cc |
@@ -11,13 +11,13 @@ |
#include "webrtc/voice_engine/voe_base_impl.h" |
#include "webrtc/api/audio_codecs/builtin_audio_decoder_factory.h" |
-#include "webrtc/base/format_macros.h" |
-#include "webrtc/base/location.h" |
-#include "webrtc/base/logging.h" |
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h" |
#include "webrtc/modules/audio_coding/include/audio_coding_module.h" |
#include "webrtc/modules/audio_device/audio_device_impl.h" |
#include "webrtc/modules/audio_processing/include/audio_processing.h" |
+#include "webrtc/rtc_base/format_macros.h" |
+#include "webrtc/rtc_base/location.h" |
+#include "webrtc/rtc_base/logging.h" |
#include "webrtc/system_wrappers/include/file_wrapper.h" |
#include "webrtc/voice_engine/channel.h" |
#include "webrtc/voice_engine/include/voe_errors.h" |