| 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 f2ae43eb108a939f261ae17646a05c26fd307643..ab724e5cece9e0d8aa74526801fcafc189e8eb36 100644
|
| --- a/webrtc/modules/utility/source/coder.cc
|
| +++ b/webrtc/voice_engine/coder.cc
|
| @@ -8,10 +8,11 @@
|
| * 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/builtin_audio_decoder_factory.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| -#include "webrtc/modules/utility/source/coder.h"
|
|
|
| namespace webrtc {
|
| namespace {
|
|
|