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

Unified Diff: webrtc/voice_engine/file_recorder_impl.cc

Issue 2247033003: Move FilePlayer and FileRecorder to Voice Engine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « webrtc/voice_engine/file_recorder_impl.h ('k') | webrtc/voice_engine/output_mixer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « webrtc/voice_engine/file_recorder_impl.h ('k') | webrtc/voice_engine/output_mixer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698