| Index: webrtc/p2p/client/portallocator_unittest.cc
|
| diff --git a/webrtc/p2p/client/portallocator_unittest.cc b/webrtc/p2p/client/portallocator_unittest.cc
|
| index 9ea22dd189487192cb56152c5117f102939454b0..dce41adeeedf22bcc62bde245385b8ef2b7ab196 100644
|
| --- a/webrtc/p2p/client/portallocator_unittest.cc
|
| +++ b/webrtc/p2p/client/portallocator_unittest.cc
|
| @@ -243,7 +243,7 @@ class PortAllocatorTest : public testing::Test, public sigslot::has_slots<> {
|
| // also the related address for TURN candidate if it is expected. Otherwise,
|
| // it should be ignore.
|
| void CheckDisableAdapterEnumeration(
|
| - uint32 total_ports,
|
| + uint32_t total_ports,
|
| const rtc::IPAddress& host_candidate_addr,
|
| const rtc::IPAddress& stun_candidate_addr,
|
| const rtc::IPAddress& relay_candidate_udp_transport_addr,
|
| @@ -258,7 +258,7 @@ class PortAllocatorTest : public testing::Test, public sigslot::has_slots<> {
|
| session_->StartGettingPorts();
|
| EXPECT_TRUE_WAIT(candidate_allocation_done_, kDefaultAllocationTimeout);
|
|
|
| - uint32 total_candidates = 0;
|
| + uint32_t total_candidates = 0;
|
| if (!host_candidate_addr.IsNil()) {
|
| EXPECT_PRED5(CheckCandidate, candidates_[total_candidates],
|
| cricket::ICE_CANDIDATE_COMPONENT_RTP, "local", "udp",
|
|
|