Index: webrtc/test/call_test.h |
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h |
index ff847826020bde4e71df3832e116a729cd673292..74a54517a1bf4c43baa887072176cc119006d32c 100644 |
--- a/webrtc/test/call_test.h |
+++ b/webrtc/test/call_test.h |
@@ -26,7 +26,6 @@ |
namespace webrtc { |
class VoEBase; |
-class VoECodec; |
namespace test { |
@@ -123,12 +122,10 @@ class CallTest : public ::testing::Test { |
VoiceEngineState() |
: voice_engine(nullptr), |
base(nullptr), |
- codec(nullptr), |
channel_id(-1) {} |
VoiceEngine* voice_engine; |
VoEBase* base; |
- VoECodec* codec; |
int channel_id; |
}; |