| Index: webrtc/modules/audio_coding/include/audio_coding_module.h | 
| diff --git a/webrtc/modules/audio_coding/include/audio_coding_module.h b/webrtc/modules/audio_coding/include/audio_coding_module.h | 
| index 946ad1d82ad93bd7feeedcb278f8c189143c3f3e..7f01ae947a1e0cef7f31fd0259bbe737aff14af6 100644 | 
| --- a/webrtc/modules/audio_coding/include/audio_coding_module.h | 
| +++ b/webrtc/modules/audio_coding/include/audio_coding_module.h | 
| @@ -252,6 +252,9 @@ class AudioCodingModule { | 
| /////////////////////////////////////////////////////////////////////////// | 
| // Sets the bitrate to the specified value in bits/sec. If the value is not | 
| // supported by the codec, it will choose another appropriate value. | 
| +  // | 
| +  // This is only used in audio_coding_module_unittest_oldapi.cc. | 
| +  // TODO(minyue): Remove it when possible. | 
| virtual void SetBitRate(int bitrate_bps) = 0; | 
|  | 
| // int32_t RegisterTransportCallback() | 
| @@ -371,6 +374,8 @@ class AudioCodingModule { | 
| //   -1 if failed to set packet loss rate, | 
| //   0 if succeeded. | 
| // | 
| +  // This is only used in audio_coding_module_unittest_oldapi.cc. | 
| +  // TODO(minyue): Remove it when possible. | 
| virtual int SetPacketLossRate(int packet_loss_rate) = 0; | 
|  | 
| /////////////////////////////////////////////////////////////////////////// | 
|  |