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

Unified Diff: webrtc/voice_engine/file_player_unittests.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/file_player_impl.cc ('k') | webrtc/voice_engine/file_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/file_player_unittests.cc
diff --git a/webrtc/modules/utility/source/file_player_unittests.cc b/webrtc/voice_engine/file_player_unittests.cc
similarity index 98%
rename from webrtc/modules/utility/source/file_player_unittests.cc
rename to webrtc/voice_engine/file_player_unittests.cc
index 58471e5e8d084ee7f4d88181165e5f5235671776..dd440fb750e9376a087f0829e54e09abce20233e 100644
--- a/webrtc/modules/utility/source/file_player_unittests.cc
+++ b/webrtc/voice_engine/file_player_unittests.cc
@@ -10,8 +10,6 @@
// Unit tests for FilePlayer.
-#include "webrtc/modules/utility/include/file_player.h"
-
#include <stdio.h>
#include <string>
@@ -20,6 +18,7 @@
#include "webrtc/base/md5digest.h"
#include "webrtc/base/stringencode.h"
#include "webrtc/test/testsupport/fileutils.h"
+#include "webrtc/voice_engine/file_player.h"
DEFINE_bool(file_player_output, false, "Generate reference files.");
« no previous file with comments | « webrtc/voice_engine/file_player_impl.cc ('k') | webrtc/voice_engine/file_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698