| Index: webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame_unittest.cc
 | 
| diff --git a/webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame_unittest.cc b/webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame_unittest.cc
 | 
| index 84baee1043201696deda8e731ab4a39cde420cb7..855dc1ea8820d01a92c4a08abbe7d05cb98e610f 100644
 | 
| --- a/webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame_unittest.cc
 | 
| +++ b/webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame_unittest.cc
 | 
| @@ -118,8 +118,7 @@ TEST_P(SplitBySamplesTest, PayloadSizes) {
 | 
|      }
 | 
|  
 | 
|      auto results = LegacyEncodedAudioFrame::SplitBySamples(
 | 
| -        nullptr, &payload, kBaseTimestamp, true, bytes_per_ms_,
 | 
| -        samples_per_ms_);
 | 
| +        nullptr, &payload, kBaseTimestamp, bytes_per_ms_, samples_per_ms_);
 | 
|  
 | 
|      EXPECT_EQ(expected_split.num_frames, results.size());
 | 
|      uint32_t expected_timestamp = kBaseTimestamp;
 | 
| 
 |