| Index: net/dns/dns_reloader.h
|
| diff --git a/net/base/dns_reloader.h b/net/dns/dns_reloader.h
|
| similarity index 86%
|
| rename from net/base/dns_reloader.h
|
| rename to net/dns/dns_reloader.h
|
| index 889d404794a4a6b098a5b60424753f765e9962a4..4317d9eaf633af05be5909300658e0136c8e7e30 100644
|
| --- a/net/base/dns_reloader.h
|
| +++ b/net/dns/dns_reloader.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_DNS_RELOADER_H_
|
| -#define NET_BASE_DNS_RELOADER_H_
|
| +#ifndef NET_DNS_DNS_RELOADER_H_
|
| +#define NET_DNS_DNS_RELOADER_H_
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -20,4 +20,4 @@ void DnsReloaderMaybeReload();
|
| } // namespace net
|
| #endif // defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_OPENBSD)
|
|
|
| -#endif // NET_BASE_DNS_RELOADER_H_
|
| +#endif // NET_DNS_DNS_RELOADER_H_
|
|
|