| Index: net/dns/host_resolver.h
|
| diff --git a/net/base/host_resolver.h b/net/dns/host_resolver.h
|
| similarity index 98%
|
| rename from net/base/host_resolver.h
|
| rename to net/dns/host_resolver.h
|
| index b697dc2dbfb097a3050896987596d98ede4fe8ac..1adf8b7e7d0be78c297687c3d08ad9e8d9eeb71c 100644
|
| --- a/net/base/host_resolver.h
|
| +++ b/net/dns/host_resolver.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_HOST_RESOLVER_H_
|
| -#define NET_BASE_HOST_RESOLVER_H_
|
| +#ifndef NET_DNS_HOST_RESOLVER_H_
|
| +#define NET_DNS_HOST_RESOLVER_H_
|
|
|
| #include <string>
|
|
|
| @@ -205,4 +205,4 @@ class NET_EXPORT HostResolver {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_HOST_RESOLVER_H_
|
| +#endif // NET_DNS_HOST_RESOLVER_H_
|
|
|