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

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

Issue 2667383008: Move one CircularBuffer to webrtc::test namespace. (Closed)
Patch Set: Rebase. Created 3 years, 10 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 | « no previous file | webrtc/modules/audio_coding/test/utility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/test/APITest.cc
diff --git a/webrtc/modules/audio_coding/test/APITest.cc b/webrtc/modules/audio_coding/test/APITest.cc
index 1b9981341b504ff28e076727f3b1cc66f41cf5df..a4fc986153f758e5dfadfde8ccd9220355f59b89 100644
--- a/webrtc/modules/audio_coding/test/APITest.cc
+++ b/webrtc/modules/audio_coding/test/APITest.cc
@@ -678,7 +678,7 @@ void APITest::TestDelay(char side) {
double averageEstimDelay = 0;
double averageDelay = 0;
- CircularBuffer estimDelayCB(100);
+ test::CircularBuffer estimDelayCB(100);
estimDelayCB.SetArithMean(true);
if (side == 'A') {
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/test/utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698