Chromium Code Reviews| Index: webrtc/voice_engine/channel.h |
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
| index 4988e079d1203a2322347b0e32c297650d4c40ff..3c8c23ea0983c1f17a9cfe864741f279d8af3a4f 100644 |
| --- a/webrtc/voice_engine/channel.h |
| +++ b/webrtc/voice_engine/channel.h |
| @@ -440,7 +440,7 @@ class Channel |
| RTPExtensionType type, |
| unsigned char id); |
| - int32_t GetPlayoutFrequency() const; |
| + int GetRtpTimestampRateHz() const; |
| int64_t GetRTT(bool allow_associate_channel) const; |
| rtc::CriticalSection _fileCritSect; |