| Index: media/filters/audio_renderer_algorithm_unittest.cc
|
| diff --git a/media/filters/audio_renderer_algorithm_unittest.cc b/media/filters/audio_renderer_algorithm_unittest.cc
|
| index ed6b6ccddf8a0dffc5d445c5f411f172dd99937b..596c8cc4ce629f032f5b3d1870905212c58bc007 100644
|
| --- a/media/filters/audio_renderer_algorithm_unittest.cc
|
| +++ b/media/filters/audio_renderer_algorithm_unittest.cc
|
| @@ -113,7 +113,6 @@ class AudioRendererAlgorithmTest : public testing::Test {
|
| 1,
|
| 1,
|
| kFrameSize,
|
| - kNoTimestamp(),
|
| kNoTimestamp());
|
| break;
|
| case kSampleFormatS16:
|
| @@ -125,7 +124,6 @@ class AudioRendererAlgorithmTest : public testing::Test {
|
| 1,
|
| 1,
|
| kFrameSize,
|
| - kNoTimestamp(),
|
| kNoTimestamp());
|
| break;
|
| case kSampleFormatS32:
|
| @@ -137,7 +135,6 @@ class AudioRendererAlgorithmTest : public testing::Test {
|
| 1,
|
| 1,
|
| kFrameSize,
|
| - kNoTimestamp(),
|
| kNoTimestamp());
|
| break;
|
| default:
|
|
|