Chromium Code Reviews| Index: webrtc/modules/audio_coding/test/opus_test.h |
| diff --git a/webrtc/modules/audio_coding/test/opus_test.h b/webrtc/modules/audio_coding/test/opus_test.h |
| index 88ef0ecdfb9b6d9833b0731bf8015c810edc4b5b..93c9ffb2635f08d6670b04c0d18664151497aeea 100644 |
| --- a/webrtc/modules/audio_coding/test/opus_test.h |
| +++ b/webrtc/modules/audio_coding/test/opus_test.h |
| @@ -32,7 +32,7 @@ class OpusTest : public ACMTest { |
| private: |
| void Run(TestPackStereo* channel, |
| - int channels, |
| + size_t channels, |
| int bitrate, |
| size_t frame_length, |
| int percent_loss = 0); |