| Index: webrtc/p2p/base/portallocator.cc
|
| diff --git a/webrtc/p2p/base/portallocator.cc b/webrtc/p2p/base/portallocator.cc
|
| index 76455b506e220ad8e3d188b827111ca19e7b12e3..acdf9082ade9694a9ac46d2583eeb3bd40384e37 100644
|
| --- a/webrtc/p2p/base/portallocator.cc
|
| +++ b/webrtc/p2p/base/portallocator.cc
|
| @@ -16,7 +16,7 @@ PortAllocatorSession::PortAllocatorSession(const std::string& content_name,
|
| int component,
|
| const std::string& ice_ufrag,
|
| const std::string& ice_pwd,
|
| - uint32 flags)
|
| + uint32_t flags)
|
| : content_name_(content_name),
|
| component_(component),
|
| flags_(flags),
|
|
|