| Index: webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
|
| diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
|
| index abfdd0f3fd06075118ad2dee634d480eb214f6a6..b8a88caf0330649d94bcb203f8828488132974db 100644
|
| --- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
|
| +++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
|
| @@ -19,7 +19,6 @@ BeforeInitializationFixture::BeforeInitializationFixture()
|
| voe_base_ = webrtc::VoEBase::GetInterface(voice_engine_);
|
| voe_codec_ = webrtc::VoECodec::GetInterface(voice_engine_);
|
| voe_rtp_rtcp_ = webrtc::VoERTP_RTCP::GetInterface(voice_engine_);
|
| - voe_apm_ = webrtc::VoEAudioProcessing::GetInterface(voice_engine_);
|
| voe_network_ = webrtc::VoENetwork::GetInterface(voice_engine_);
|
| voe_file_ = webrtc::VoEFile::GetInterface(voice_engine_);
|
| voe_hardware_ = webrtc::VoEHardware::GetInterface(voice_engine_);
|
| @@ -30,7 +29,6 @@ BeforeInitializationFixture::~BeforeInitializationFixture() {
|
| voe_base_->Release();
|
| voe_codec_->Release();
|
| voe_rtp_rtcp_->Release();
|
| - voe_apm_->Release();
|
| voe_network_->Release();
|
| voe_file_->Release();
|
| voe_hardware_->Release();
|
|
|