| Index: voice_engine/voice_engine_fixture.h
|
| diff --git a/voice_engine/voice_engine_fixture.h b/voice_engine/voice_engine_fixture.h
|
| index c4fc5d0d254344aee162cac177a2eab9b7bdfe62..4d52aa7da21dda5d10d23608414622e77018014a 100644
|
| --- a/voice_engine/voice_engine_fixture.h
|
| +++ b/voice_engine/voice_engine_fixture.h
|
| @@ -14,7 +14,6 @@
|
| #include "test/mock_transport.h"
|
| #include "voice_engine/include/voe_base.h"
|
| #include "voice_engine/include/voe_network.h"
|
| -#include "voice_engine/mock/mock_voe_observer.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -26,7 +25,6 @@ class VoiceEngineFixture : public ::testing::Test {
|
| VoiceEngine* voe_;
|
| VoEBase* base_;
|
| VoENetwork* network_;
|
| - MockVoEObserver observer_;
|
| FakeAudioDeviceModule adm_;
|
| MockTransport transport_;
|
| rtc::scoped_refptr<AudioProcessing> apm_;
|
|
|