Index: net/udp/udp_socket_posix.h |
diff --git a/net/udp/udp_socket_posix.h b/net/udp/udp_socket_posix.h |
index 0f29f4a78536cefe3787c5f7a9cea492892cb311..955ed6e2224cea936756b8edf7b9018c6ad08e45 100644 |
--- a/net/udp/udp_socket_posix.h |
+++ b/net/udp/udp_socket_posix.h |
@@ -20,7 +20,7 @@ |
#include "net/base/net_export.h" |
#include "net/base/network_change_notifier.h" |
#include "net/base/rand_callback.h" |
-#include "net/log/net_log.h" |
+#include "net/log/net_log_with_source.h" |
#include "net/socket/socket_descriptor.h" |
#include "net/udp/datagram_socket.h" |
#include "net/udp/diff_serv_code_point.h" |
@@ -28,13 +28,15 @@ |
namespace net { |
class IPAddress; |
+class NetLog; |
+struct NetLogSource; |
class NET_EXPORT UDPSocketPosix : public base::NonThreadSafe { |
public: |
UDPSocketPosix(DatagramSocket::BindType bind_type, |
const RandIntCallback& rand_int_cb, |
net::NetLog* net_log, |
- const net::NetLog::Source& source); |
+ const net::NetLogSource& source); |
virtual ~UDPSocketPosix(); |
// Opens the socket. |