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

Unified Diff: webrtc/voice_engine/coder.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/coder.cc
diff --git a/webrtc/modules/utility/source/coder.cc b/webrtc/voice_engine/coder.cc
similarity index 98%
rename from webrtc/modules/utility/source/coder.cc
rename to webrtc/voice_engine/coder.cc
index 71f969097fd218365b015d00c6a3b3b8fbeaf8b2..82eb2487b63b0f3d92f8512ab6bb099ae89d4454 100644
--- a/webrtc/modules/utility/source/coder.cc
+++ b/webrtc/voice_engine/coder.cc
@@ -8,11 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include "webrtc/voice_engine/coder.h"
+
#include "webrtc/common_types.h"
#include "webrtc/modules/audio_coding/codecs/audio_format_conversion.h"
#include "webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h"
#include "webrtc/modules/include/module_common_types.h"
-#include "webrtc/modules/utility/source/coder.h"
namespace webrtc {
namespace {

Powered by Google App Engine
This is Rietveld 408576698