| 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 8dc8b681c91ae664c3b2b3237993eefcd39d5524..ac1ad3c6d4f9e60c15ad808c86e4277aedd622fe 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
|
| @@ -15,7 +15,6 @@
|
| #include "webrtc/test/gmock.h"
|
| #include "webrtc/test/gtest.h"
|
| #include "webrtc/typedefs.h"
|
| -#include "webrtc/voice_engine/include/voe_audio_processing.h"
|
| #include "webrtc/voice_engine/include/voe_base.h"
|
| #include "webrtc/voice_engine/include/voe_codec.h"
|
| #include "webrtc/voice_engine/include/voe_errors.h"
|
| @@ -50,7 +49,6 @@ class BeforeInitializationFixture : public testing::Test {
|
| webrtc::VoEBase* voe_base_;
|
| webrtc::VoECodec* voe_codec_;
|
| webrtc::VoERTP_RTCP* voe_rtp_rtcp_;
|
| - webrtc::VoEAudioProcessing* voe_apm_;
|
| webrtc::VoENetwork* voe_network_;
|
| webrtc::VoEFile* voe_file_;
|
| webrtc::VoEHardware* voe_hardware_;
|
|
|