| 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 ac1ad3c6d4f9e60c15ad808c86e4277aedd622fe..073ff4441f784cf35ccd7cd708666e5348d8b436 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
|
| @@ -20,7 +20,6 @@
|
| #include "webrtc/voice_engine/include/voe_errors.h"
|
| #include "webrtc/voice_engine/include/voe_file.h"
|
| #include "webrtc/voice_engine/include/voe_hardware.h"
|
| -#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/test/auto_test/voe_test_common.h"
|
| @@ -52,7 +51,6 @@ class BeforeInitializationFixture : public testing::Test {
|
| webrtc::VoENetwork* voe_network_;
|
| webrtc::VoEFile* voe_file_;
|
| webrtc::VoEHardware* voe_hardware_;
|
| - webrtc::VoENetEqStats* voe_neteq_stats_;
|
| };
|
|
|
| #endif // SRC_VOICE_ENGINE_MAIN_TEST_AUTO_TEST_STANDARD_TEST_BASE_H_
|
|
|