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

Unified Diff: webrtc/voice_engine/coder.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/coder.h ('k') | webrtc/voice_engine/file_player.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f72d03b887de9356df67d44bb20f7d8963f868c5..25c8c1e06b66deeaf83e1c9d3ab9fc0297c894bd 100644
--- a/webrtc/modules/utility/source/coder.cc
+++ b/webrtc/voice_engine/coder.cc
@@ -8,10 +8,11 @@
* 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/builtin_audio_decoder_factory.h"
#include "webrtc/modules/include/module_common_types.h"
-#include "webrtc/modules/utility/source/coder.h"
namespace webrtc {
namespace {
« no previous file with comments | « webrtc/voice_engine/coder.h ('k') | webrtc/voice_engine/file_player.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698