| Index: webrtc/modules/audio_processing/test/audio_processing_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/test/audio_processing_unittest.cc b/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
|
| index 359cd03628288946e39a398ec7706afeb6461039..12f97353374197cb02d6cc084533dfa75b589b00 100644
|
| --- a/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/test/audio_processing_unittest.cc
|
| @@ -2174,7 +2174,7 @@ TEST_F(ApmTest, Process) {
|
| // or generate a separate android reference.
|
| #if defined(WEBRTC_ANDROID)
|
| const int kHasVoiceCountOffset = 3;
|
| - const int kHasVoiceCountNear = 3;
|
| + const int kHasVoiceCountNear = 4;
|
| const int kMaxOutputAverageOffset = 9;
|
| const int kMaxOutputAverageNear = 9;
|
| #else
|
|
|