Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(867)

Unified Diff: webrtc/voice_engine/file_player.cc

Issue 2622493002: Move FilePlayer and FileRecorder to Voice Engine (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 fa5bc3d2e45e34f29b6ccab04f306576f41cce78..b581d5235b78dc892018cece8c127b0aaabb7a17 100644
--- a/webrtc/modules/utility/source/file_player.cc
+++ b/webrtc/voice_engine/file_player.cc
@@ -8,16 +8,16 @@
* 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/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 {

Powered by Google App Engine
This is Rietveld 408576698