Chromium Code Reviews| Index: webrtc/p2p/client/socketmonitor.h |
| diff --git a/webrtc/p2p/client/socketmonitor.h b/webrtc/p2p/client/socketmonitor.h |
| index e0dd81ef6caaa9cc74244a7800e6998ba713a4be..eb11516002892a7ba2efdf4937cd4433f5b6c16c 100644 |
| --- a/webrtc/p2p/client/socketmonitor.h |
| +++ b/webrtc/p2p/client/socketmonitor.h |
| @@ -53,7 +53,7 @@ public: |
| rtc::Thread* worker_thread_; |
| rtc::Thread* monitoring_thread_; |
| rtc::CriticalSection crit_; |
| - uint32 rate_; |
| + uint32_t rate_; |
| bool monitoring_; |
| }; |