Index: webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h |
diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h |
index 205f8aa513e6c3f972393a74a9ac402875f1277a..80092c96b459c41892a68fd8aebfdaf2246e2f9d 100644 |
--- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h |
+++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h |
@@ -25,7 +25,6 @@ |
#include "webrtc/voice_engine/include/voe_neteq_stats.h" |
#include "webrtc/voice_engine/include/voe_network.h" |
#include "webrtc/voice_engine/include/voe_rtp_rtcp.h" |
-#include "webrtc/voice_engine/include/voe_video_sync.h" |
#include "webrtc/voice_engine/include/voe_volume_control.h" |
#include "webrtc/voice_engine/test/auto_test/voe_test_common.h" |
@@ -57,7 +56,6 @@ class BeforeInitializationFixture : public testing::Test { |
webrtc::VoEAudioProcessing* voe_apm_; |
webrtc::VoENetwork* voe_network_; |
webrtc::VoEFile* voe_file_; |
- webrtc::VoEVideoSync* voe_vsync_; |
webrtc::VoEHardware* voe_hardware_; |
webrtc::VoEExternalMedia* voe_xmedia_; |
webrtc::VoENetEqStats* voe_neteq_stats_; |