Index: webrtc/base/nullsocketserver_unittest.cc |
diff --git a/webrtc/base/nullsocketserver_unittest.cc b/webrtc/base/nullsocketserver_unittest.cc |
index 4f22c382d80cce170796a69c109cddfd9367fa13..e18afb2e943f7a2cbdecb4d936a008d77a980d00 100644 |
--- a/webrtc/base/nullsocketserver_unittest.cc |
+++ b/webrtc/base/nullsocketserver_unittest.cc |
@@ -37,7 +37,7 @@ TEST_F(NullSocketServerTest, WaitAndSet) { |
} |
TEST_F(NullSocketServerTest, TestWait) { |
- uint32_t start = Time(); |
+ int64_t start = TimeMillis(); |
ss_.Wait(200, true); |
// The actual wait time is dependent on the resolution of the timer used by |
// the Event class. Allow for the event to signal ~20ms early. |