Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: net/dns/host_resolver_impl.h

Issue 12518036: net: move host_resolver files from net/base to net/dns (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « net/dns/host_resolver.cc ('k') | net/dns/host_resolver_impl.cc » ('j') | webkit/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698