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 1528379f50cb2bddc1be36da06314ef62ad3c667..027370c7316572db2e371ed12a494ed290cd80d1 100644 |
--- a/webrtc/voice_engine/voice_engine_impl.h |
+++ b/webrtc/voice_engine/voice_engine_impl.h |
@@ -24,7 +24,6 @@ |
#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" |
-#include "webrtc/voice_engine/voe_video_sync_impl.h" |
#include "webrtc/voice_engine/voe_volume_control_impl.h" |
namespace webrtc { |
@@ -42,7 +41,6 @@ class VoiceEngineImpl : public voe::SharedData, // Must be the first base class |
public VoENetEqStatsImpl, |
public VoENetworkImpl, |
public VoERTP_RTCPImpl, |
- public VoEVideoSyncImpl, |
public VoEVolumeControlImpl, |
public VoEBaseImpl { |
public: |
@@ -56,7 +54,6 @@ class VoiceEngineImpl : public voe::SharedData, // Must be the first base class |
VoENetEqStatsImpl(this), |
VoENetworkImpl(this), |
VoERTP_RTCPImpl(this), |
- VoEVideoSyncImpl(this), |
VoEVolumeControlImpl(this), |
VoEBaseImpl(this), |
_ref_count(0) {} |