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

Unified Diff: webrtc/voice_engine/file_recorder.cc

Issue 2321473004: Move coder, file_player, and file_recorder to webrtc/voice_engine (Closed)
Patch Set: Update .gyp files Created 4 years, 3 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.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.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 c28c2d11b5462be544f984ba40de77c2172929d5..1b2dbec183e9224e0a2a2ed7550a67aa47c50e07 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>
@@ -19,10 +19,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 {
« no previous file with comments | « webrtc/voice_engine/file_recorder.h ('k') | webrtc/voice_engine/output_mixer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698