Index: talk/session/media/channelmanager.h |
diff --git a/talk/session/media/channelmanager.h b/talk/session/media/channelmanager.h |
index 3bfef84de2915328c514e3e7d149753557fcbf90..fd1374a85a64cc69d4e65b812d85b66d40bf4eb5 100644 |
--- a/talk/session/media/channelmanager.h |
+++ b/talk/session/media/channelmanager.h |
@@ -177,10 +177,10 @@ class ChannelManager : public rtc::MessageHandler, |
std::vector<cricket::VideoFormat> GetSupportedFormats( |
VideoCapturer* capturer) const; |
// The channel manager handles the Tx and Rx side for Voice processing. |
- bool RegisterVoiceProcessor(uint32 ssrc, |
+ bool RegisterVoiceProcessor(uint32_t ssrc, |
VoiceProcessor* processor, |
MediaProcessorDirection direction); |
- bool UnregisterVoiceProcessor(uint32 ssrc, |
+ bool UnregisterVoiceProcessor(uint32_t ssrc, |
VoiceProcessor* processor, |
MediaProcessorDirection direction); |
// The following are done in the new "CaptureManager" style that |