Index: net/dns/mdns_client_impl.cc |
diff --git a/net/dns/mdns_client_impl.cc b/net/dns/mdns_client_impl.cc |
index bd4b0d117b0f3ba4d5589d553a6e56a37090376d..67c5ac5b333bfca1012474051b56f1eaac7acf5a 100644 |
--- a/net/dns/mdns_client_impl.cc |
+++ b/net/dns/mdns_client_impl.cc |
@@ -23,7 +23,7 @@ |
#include "net/dns/dns_protocol.h" |
#include "net/dns/dns_util.h" |
#include "net/dns/record_rdata.h" |
-#include "net/udp/datagram_socket.h" |
+#include "net/socket/datagram_socket.h" |
// TODO(gene): Remove this temporary method of disabling NSEC support once it |
// becomes clear whether this feature should be |