Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index 3461cf3e782046160d76b6ada6fddf2a5c4d9cd5..dec726cb23c7cfbe6cc7aa5791351e79e19b6397 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -68,7 +68,7 @@ class ChannelProxy { |
virtual uint32_t GetDelayEstimate() const; |
virtual bool SetSendTelephoneEventPayloadType(int payload_type); |
- virtual bool SendTelephoneEventOutband(uint8_t event, uint32_t duration_ms); |
+ virtual bool SendTelephoneEventOutband(int event, int duration_ms); |
virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink); |