| Index: webrtc/voice_engine/file_recorder.cc
|
| diff --git a/webrtc/modules/utility/source/file_recorder.cc b/webrtc/voice_engine/file_recorder.cc
|
| similarity index 98%
|
| rename from webrtc/modules/utility/source/file_recorder.cc
|
| rename to webrtc/voice_engine/file_recorder.cc
|
| index 34bd3945faee0c27ad95d6ba7f279ed141bebef1..9a0edb057ba29bb3006b9a837fa7df7bfbc164e5 100644
|
| --- a/webrtc/modules/utility/source/file_recorder.cc
|
| +++ b/webrtc/voice_engine/file_recorder.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/utility/include/file_recorder.h"
|
| +#include "webrtc/voice_engine/file_recorder.h"
|
|
|
| #include <list>
|
|
|
| @@ -18,10 +18,10 @@
|
| #include "webrtc/modules/include/module_common_types.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/event_wrapper.h"
|
| #include "webrtc/system_wrappers/include/logging.h"
|
| #include "webrtc/typedefs.h"
|
| +#include "webrtc/voice_engine/coder.h"
|
|
|
| namespace webrtc {
|
|
|
|
|