| Index: talk/session/media/audiomonitor.cc
|
| diff --git a/talk/session/media/audiomonitor.cc b/talk/session/media/audiomonitor.cc
|
| index aa4a87dd3106ea079c24e84df2976fc083b9f237..bdb71cb2f6a139c54c1da43d8c8be8ce8453540d 100644
|
| --- a/talk/session/media/audiomonitor.cc
|
| +++ b/talk/session/media/audiomonitor.cc
|
| @@ -31,10 +31,10 @@
|
|
|
| namespace cricket {
|
|
|
| -const uint32 MSG_MONITOR_POLL = 1;
|
| -const uint32 MSG_MONITOR_START = 2;
|
| -const uint32 MSG_MONITOR_STOP = 3;
|
| -const uint32 MSG_MONITOR_SIGNAL = 4;
|
| +const uint32_t MSG_MONITOR_POLL = 1;
|
| +const uint32_t MSG_MONITOR_START = 2;
|
| +const uint32_t MSG_MONITOR_STOP = 3;
|
| +const uint32_t MSG_MONITOR_SIGNAL = 4;
|
|
|
| AudioMonitor::AudioMonitor(VoiceChannel *voice_channel,
|
| rtc::Thread *monitor_thread) {
|
|
|