| 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 e9f5a507e4cc4e585fa9eb97569a74127039a2a0..8dc8b681c91ae664c3b2b3237993eefcd39d5524 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
|
| @@ -24,7 +24,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_volume_control.h"
|
| #include "webrtc/voice_engine/test/auto_test/voe_test_common.h"
|
|
|
| // This convenient fixture sets up all voice engine interfaces automatically for
|
| @@ -50,7 +49,6 @@ class BeforeInitializationFixture : public testing::Test {
|
| webrtc::VoiceEngine* voice_engine_;
|
| webrtc::VoEBase* voe_base_;
|
| webrtc::VoECodec* voe_codec_;
|
| - webrtc::VoEVolumeControl* voe_volume_control_;
|
| webrtc::VoERTP_RTCP* voe_rtp_rtcp_;
|
| webrtc::VoEAudioProcessing* voe_apm_;
|
| webrtc::VoENetwork* voe_network_;
|
|
|