Index: webrtc/p2p/base/relayserver_unittest.cc |
diff --git a/webrtc/p2p/base/relayserver_unittest.cc b/webrtc/p2p/base/relayserver_unittest.cc |
index 4f1164acc6fa8db98ae4905163fa2d5d8db57815..83e5353fc9b8efe1cf543ca2d5b38bc875e119a2 100644 |
--- a/webrtc/p2p/base/relayserver_unittest.cc |
+++ b/webrtc/p2p/base/relayserver_unittest.cc |
@@ -24,7 +24,7 @@ |
using rtc::SocketAddress; |
using namespace cricket; |
-static const uint32 LIFETIME = 4; // seconds |
+static const uint32_t LIFETIME = 4; // seconds |
static const SocketAddress server_int_addr("127.0.0.1", 5000); |
static const SocketAddress server_ext_addr("127.0.0.1", 5001); |
static const SocketAddress client1_addr("127.0.0.1", 6000 + (rand() % 1000)); |