| 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 ae1edcbdc50ad0a263384d05185f2e6eb90ea0d3..36ea43957e52e9c349e6f342e8f335577dea9def 100644
|
| --- a/webrtc/voice_engine/voice_engine_impl.h
|
| +++ b/webrtc/voice_engine/voice_engine_impl.h
|
| @@ -23,7 +23,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 {
|
| @@ -40,7 +39,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:
|
| @@ -53,7 +51,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) {}
|
|
|