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

Unified Diff: modules/audio_coding/test/APITest.cc

Issue 3019543002: Remove various IDs (Closed)
Patch Set: rebase+build error Created 3 years, 3 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 | « modules/audio_coding/include/audio_coding_module.h ('k') | modules/audio_coding/test/EncodeDecodeTest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/audio_coding/test/APITest.cc
diff --git a/modules/audio_coding/test/APITest.cc b/modules/audio_coding/test/APITest.cc
index 541834271417db7d003ea45118c023f3d30c0445..b29e84e106a818344e60ca4ef9f33d2acd5126a8 100644
--- a/modules/audio_coding/test/APITest.cc
+++ b/modules/audio_coding/test/APITest.cc
@@ -48,8 +48,8 @@ void APITest::Wait(uint32_t waitLengthMs) {
}
APITest::APITest()
- : _acmA(AudioCodingModule::Create(1)),
- _acmB(AudioCodingModule::Create(2)),
+ : _acmA(AudioCodingModule::Create()),
+ _acmB(AudioCodingModule::Create()),
_channel_A2B(NULL),
_channel_B2A(NULL),
_writeToFile(true),
« no previous file with comments | « modules/audio_coding/include/audio_coding_module.h ('k') | modules/audio_coding/test/EncodeDecodeTest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698