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

Unified Diff: net/dns/mapped_host_resolver.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/mapped_host_resolver.h
diff --git a/net/base/mapped_host_resolver.h b/net/dns/mapped_host_resolver.h
similarity index 93%
rename from net/base/mapped_host_resolver.h
rename to net/dns/mapped_host_resolver.h
index 114e62147bf34f756e62458d37458a1080adbdde..db64689fa56ded2939d69603e257f37bc9dd212b 100644
--- a/net/base/mapped_host_resolver.h
+++ b/net/dns/mapped_host_resolver.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_BASE_MAPPED_HOST_RESOLVER_H_
-#define NET_BASE_MAPPED_HOST_RESOLVER_H_
+#ifndef NET_DNS_MAPPED_HOST_RESOLVER_H_
+#define NET_DNS_MAPPED_HOST_RESOLVER_H_
#include <string>
#include "base/memory/scoped_ptr.h"
#include "net/base/host_mapping_rules.h"
-#include "net/base/host_resolver.h"
#include "net/base/net_export.h"
+#include "net/dns/host_resolver.h"
namespace net {
@@ -69,4 +69,4 @@ class NET_EXPORT MappedHostResolver : public HostResolver {
} // namespace net
-#endif // NET_BASE_MAPPED_HOST_RESOLVER_H_
+#endif // NET_DNS_MAPPED_HOST_RESOLVER_H_
« no previous file with comments | « net/dns/host_resolver_proc.cc ('k') | net/dns/mapped_host_resolver.cc » ('j') | webkit/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698