| Index: webrtc/voice_engine/file_recorder_impl.cc
|
| diff --git a/webrtc/modules/utility/source/file_recorder_impl.cc b/webrtc/voice_engine/file_recorder_impl.cc
|
| similarity index 99%
|
| rename from webrtc/modules/utility/source/file_recorder_impl.cc
|
| rename to webrtc/voice_engine/file_recorder_impl.cc
|
| index 82b37f0118e1ecda2f2577c4742387bfca86ae63..bfdc01d7a527723710577183e681c3ada0a975b7 100644
|
| --- a/webrtc/modules/utility/source/file_recorder_impl.cc
|
| +++ b/webrtc/voice_engine/file_recorder_impl.cc
|
| @@ -8,9 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#include "webrtc/voice_engine/file_recorder_impl.h"
|
| +
|
| #include "webrtc/engine_configurations.h"
|
| #include "webrtc/modules/media_file/media_file.h"
|
| -#include "webrtc/modules/utility/source/file_recorder_impl.h"
|
| #include "webrtc/system_wrappers/include/logging.h"
|
|
|
| namespace webrtc {
|
|
|