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

Unified Diff: webrtc/voice_engine/file_player_impl.cc

Issue 2240163002: Move FilePlayer and FileRecorder to Voice Engine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: add correct deps for gn build targets 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
Index: webrtc/voice_engine/file_player_impl.cc
diff --git a/webrtc/modules/utility/source/file_player_impl.cc b/webrtc/voice_engine/file_player_impl.cc
similarity index 99%
rename from webrtc/modules/utility/source/file_player_impl.cc
rename to webrtc/voice_engine/file_player_impl.cc
index e783a7eca888ced0efd74da6e091a6fd1e267f73..c1239d36e56e966031ab27e580329acb254f2804 100644
--- a/webrtc/modules/utility/source/file_player_impl.cc
+++ b/webrtc/voice_engine/file_player_impl.cc
@@ -8,7 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/utility/source/file_player_impl.h"
+#include "webrtc/voice_engine/file_player_impl.h"
+
#include "webrtc/system_wrappers/include/logging.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698