| Index: net/dns/host_resolver_impl.h
|
| diff --git a/net/base/host_resolver_impl.h b/net/dns/host_resolver_impl.h
|
| similarity index 98%
|
| rename from net/base/host_resolver_impl.h
|
| rename to net/dns/host_resolver_impl.h
|
| index 29a6d67731f78e321be03c8da51f955bbee2646c..2519d133d1d52ce68b2ca90e6a243b993dd754e5 100644
|
| --- a/net/base/host_resolver_impl.h
|
| +++ b/net/dns/host_resolver_impl.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_IMPL_H_
|
| -#define NET_BASE_HOST_RESOLVER_IMPL_H_
|
| +#ifndef NET_DNS_HOST_RESOLVER_IMPL_H_
|
| +#define NET_DNS_HOST_RESOLVER_IMPL_H_
|
|
|
| #include <map>
|
|
|
| @@ -16,11 +16,11 @@
|
| #include "base/time.h"
|
| #include "net/base/capturing_net_log.h"
|
| #include "net/base/host_cache.h"
|
| -#include "net/base/host_resolver.h"
|
| -#include "net/base/host_resolver_proc.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "net/base/prioritized_dispatcher.h"
|
| +#include "net/dns/host_resolver.h"
|
| +#include "net/dns/host_resolver_proc.h"
|
|
|
| namespace net {
|
|
|
| @@ -284,4 +284,4 @@ class NET_EXPORT HostResolverImpl
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_HOST_RESOLVER_IMPL_H_
|
| +#endif // NET_DNS_HOST_RESOLVER_IMPL_H_
|
|
|