| 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..63bb6c08649f55e9bbc515eb33ad28747f239fbf 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
|
| @@ -19,7 +19,6 @@
|
| #include "webrtc/voice_engine/include/voe_base.h"
|
| #include "webrtc/voice_engine/include/voe_codec.h"
|
| #include "webrtc/voice_engine/include/voe_errors.h"
|
| -#include "webrtc/voice_engine/include/voe_external_media.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"
|
| @@ -59,7 +58,6 @@ class BeforeInitializationFixture : public testing::Test {
|
| webrtc::VoEFile* voe_file_;
|
| webrtc::VoEVideoSync* voe_vsync_;
|
| webrtc::VoEHardware* voe_hardware_;
|
| - webrtc::VoEExternalMedia* voe_xmedia_;
|
| webrtc::VoENetEqStats* voe_neteq_stats_;
|
| };
|
|
|
|
|