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

Unified Diff: webrtc/voice_engine/test/auto_test/voe_standard_test.cc

Issue 2744953003: Remove VoENetEqStats interface. (Closed)
Patch Set: Created 3 years, 9 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/test/auto_test/voe_standard_test.cc
diff --git a/webrtc/voice_engine/test/auto_test/voe_standard_test.cc b/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
index ef674c22fe6354ab9c6ae22e63a55abc8eb84230..82aa441ef212a90dea5f25f769e1ccf62a26d957 100644
--- a/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
+++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.cc
@@ -16,7 +16,6 @@
#include "webrtc/system_wrappers/include/event_wrapper.h"
#include "webrtc/typedefs.h"
-#include "webrtc/voice_engine/include/voe_neteq_stats.h"
#include "webrtc/voice_engine/test/auto_test/automated_mode.h"
#include "webrtc/voice_engine/test/auto_test/voe_test_defines.h"
#include "webrtc/voice_engine/voice_engine_defines.h"
@@ -44,8 +43,6 @@ void SubAPIManager::DisplayStatus() const {
TEST_LOG(" File\n");
if (_hardware)
TEST_LOG(" Hardware\n");
- if (_netEqStats)
- TEST_LOG(" NetEqStats\n");
if (_network)
TEST_LOG(" Network\n");
if (_rtp_rtcp)
@@ -62,8 +59,6 @@ void SubAPIManager::DisplayStatus() const {
TEST_LOG(" File\n");
if (!_hardware)
TEST_LOG(" Hardware\n");
- if (!_netEqStats)
- TEST_LOG(" NetEqStats\n");
if (!_network)
TEST_LOG(" Network\n");
if (!_rtp_rtcp)

Powered by Google App Engine
This is Rietveld 408576698