Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: webrtc/test/call_test.h

Issue 2447723002: Remove use of VoECodec in video/call tests. (Closed)
Patch Set: sign Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/call/call_perf_tests.cc ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « webrtc/call/call_perf_tests.cc ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698