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

Unified Diff: webrtc/voice_engine/voice_engine_impl.h

Issue 2744953003: Remove VoENetEqStats interface. (Closed)
Patch Set: Comment 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
« no previous file with comments | « webrtc/voice_engine/voe_neteq_stats_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/voice_engine_impl.h
diff --git a/webrtc/voice_engine/voice_engine_impl.h b/webrtc/voice_engine/voice_engine_impl.h
index baa994eadb5a5910a434d18fb834056223effaa5..ec446c6f9682fe479ea1b5160854ae57214fdc9e 100644
--- a/webrtc/voice_engine/voice_engine_impl.h
+++ b/webrtc/voice_engine/voice_engine_impl.h
@@ -19,7 +19,6 @@
#include "webrtc/voice_engine/voe_codec_impl.h"
#include "webrtc/voice_engine/voe_file_impl.h"
#include "webrtc/voice_engine/voe_hardware_impl.h"
-#include "webrtc/voice_engine/voe_neteq_stats_impl.h"
#include "webrtc/voice_engine/voe_network_impl.h"
#include "webrtc/voice_engine/voe_rtp_rtcp_impl.h"
@@ -33,7 +32,6 @@ class VoiceEngineImpl : public voe::SharedData, // Must be the first base class
public VoECodecImpl,
public VoEFileImpl,
public VoEHardwareImpl,
- public VoENetEqStatsImpl,
public VoENetworkImpl,
public VoERTP_RTCPImpl,
public VoEBaseImpl {
@@ -43,7 +41,6 @@ class VoiceEngineImpl : public voe::SharedData, // Must be the first base class
VoECodecImpl(this),
VoEFileImpl(this),
VoEHardwareImpl(this),
- VoENetEqStatsImpl(this),
VoENetworkImpl(this),
VoERTP_RTCPImpl(this),
VoEBaseImpl(this),
« no previous file with comments | « webrtc/voice_engine/voe_neteq_stats_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698