| 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 649e0588498099a0a62a40ce30931a476b6b69d2..aab4a9d8acade71ba3969f0e22e5e1a54cf8bc4b 100644
|
| --- a/media/filters/audio_renderer_algorithm_unittest.cc
|
| +++ b/media/filters/audio_renderer_algorithm_unittest.cc
|
| @@ -26,10 +26,9 @@
|
|
|
| namespace media {
|
|
|
| -static const int kFrameSize = 250;
|
| -static const int kSamplesPerSecond = 3000;
|
| -static const SampleFormat kSampleFormat = kSampleFormatS16;
|
| -static const int kOutputDurationInSec = 10;
|
| +const int kFrameSize = 250;
|
| +const int kSamplesPerSecond = 3000;
|
| +const int kOutputDurationInSec = 10;
|
|
|
| static void FillWithSquarePulseTrain(
|
| int half_pulse_width, int offset, int num_samples, float* data) {
|
|
|