Index: extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc |
diff --git a/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc b/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc |
index d3391a97e318837327a7bc4179c51d15b84d4535..7b8f9a1d8a172615fc64c3a54c5a18eeb7c52c4b 100644 |
--- a/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc |
+++ b/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc |
@@ -102,7 +102,7 @@ void UDPSocketEventDispatcher::ReceiveCallback( |
int bytes_read, |
scoped_refptr<net::IOBuffer> io_buffer, |
const std::string& address, |
- uint16 port) { |
+ uint16_t port) { |
DCHECK_CURRENTLY_ON(params.thread_id); |
// If |bytes_read| == 0, the message contained no data. |