| Index: net/dns/dns_config_service_posix_unittest.cc
|
| diff --git a/net/dns/dns_config_service_posix_unittest.cc b/net/dns/dns_config_service_posix_unittest.cc
|
| index a3f90aa6db38460c19fe7fb0fb707b70a1de01d6..ab9e56d1b3b6e021b8007f6c1d9a596fc5a19f8e 100644
|
| --- a/net/dns/dns_config_service_posix_unittest.cc
|
| +++ b/net/dns/dns_config_service_posix_unittest.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <arpa/inet.h>
|
| #include <resolv.h>
|
|
|
| +#include "base/sys_byteorder.h"
|
| #include "net/dns/dns_config_service_posix.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|