summaryrefslogtreecommitdiffstats
path: root/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/dns_fuzz_stub/dns_fuzz_stub.cc')
-rw-r--r--net/tools/dns_fuzz_stub/dns_fuzz_stub.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc b/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
index 549d11c..5bb6e11 100644
--- a/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
+++ b/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
@@ -15,12 +15,12 @@
#include "base/time/time.h"
#include "base/values.h"
#include "net/base/address_list.h"
-#include "net/base/dns_util.h"
#include "net/base/io_buffer.h"
#include "net/base/ip_endpoint.h"
#include "net/dns/dns_protocol.h"
#include "net/dns/dns_query.h"
#include "net/dns/dns_response.h"
+#include "net/dns/dns_util.h"
namespace {