Index: net/udp/udp_socket_win.cc |
diff --git a/net/udp/udp_socket_win.cc b/net/udp/udp_socket_win.cc |
index 3a007747cfa580ce2134795157cc5b1a36e89bd9..52e41bdfbf2ad09bf6c90cff8dd89eab1d3ef4e1 100644 |
--- a/net/udp/udp_socket_win.cc |
+++ b/net/udp/udp_socket_win.cc |
@@ -25,6 +25,7 @@ |
#include "net/base/winsock_util.h" |
#include "net/log/net_log.h" |
#include "net/log/net_log_event_type.h" |
+#include "net/log/net_log_source.h" |
#include "net/log/net_log_source_type.h" |
#include "net/socket/socket_descriptor.h" |
#include "net/udp/udp_net_log_parameters.h" |
@@ -244,7 +245,7 @@ BOOL QwaveAPI::SetFlow(HANDLE handle, |
UDPSocketWin::UDPSocketWin(DatagramSocket::BindType bind_type, |
const RandIntCallback& rand_int_cb, |
net::NetLog* net_log, |
- const net::NetLog::Source& source) |
+ const net::NetLogSource& source) |
: socket_(INVALID_SOCKET), |
addr_family_(0), |
is_connected_(false), |