| Index: webrtc/voice_engine/file_player.cc
|
| diff --git a/webrtc/modules/utility/source/file_player.cc b/webrtc/voice_engine/file_player.cc
|
| similarity index 99%
|
| rename from webrtc/modules/utility/source/file_player.cc
|
| rename to webrtc/voice_engine/file_player.cc
|
| index bf6d26939fa21393384c2d72f9daef209be1121c..87e3df0287a31b33a9bdf798baf40dcfcf3d52ad 100644
|
| --- a/webrtc/modules/utility/source/file_player.cc
|
| +++ b/webrtc/voice_engine/file_player.cc
|
| @@ -8,17 +8,17 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/utility/include/file_player.h"
|
| +#include "webrtc/voice_engine/file_player.h"
|
|
|
| #include "webrtc/common_audio/resampler/include/resampler.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/engine_configurations.h"
|
| #include "webrtc/modules/media_file/media_file.h"
|
| #include "webrtc/modules/media_file/media_file_defines.h"
|
| -#include "webrtc/modules/utility/source/coder.h"
|
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
| #include "webrtc/system_wrappers/include/logging.h"
|
| #include "webrtc/typedefs.h"
|
| +#include "webrtc/voice_engine/coder.h"
|
|
|
| namespace webrtc {
|
|
|
|
|