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

Unified Diff: webrtc/voice_engine/coder.cc

Issue 2037623002: Move FilePlayer and FileRecorder to Voice Engine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@remove0
Patch Set: GN build fix Created 4 years, 6 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 f2ae43eb108a939f261ae17646a05c26fd307643..ab724e5cece9e0d8aa74526801fcafc189e8eb36 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