| Index: webrtc/voice_engine/coder.cc
|
| diff --git a/webrtc/modules/utility/source/coder.cc b/webrtc/voice_engine/coder.cc
|
| similarity index 98%
|
| rename from webrtc/modules/utility/source/coder.cc
|
| rename to webrtc/voice_engine/coder.cc
|
| index 71f969097fd218365b015d00c6a3b3b8fbeaf8b2..82eb2487b63b0f3d92f8512ab6bb099ae89d4454 100644
|
| --- a/webrtc/modules/utility/source/coder.cc
|
| +++ b/webrtc/voice_engine/coder.cc
|
| @@ -8,11 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#include "webrtc/voice_engine/coder.h"
|
| +
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/audio_coding/codecs/audio_format_conversion.h"
|
| #include "webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| -#include "webrtc/modules/utility/source/coder.h"
|
|
|
| namespace webrtc {
|
| namespace {
|
|
|