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

Unified Diff: net/dns/mapped_host_resolver.cc

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.cc
diff --git a/net/base/mapped_host_resolver.cc b/net/dns/mapped_host_resolver.cc
similarity index 97%
rename from net/base/mapped_host_resolver.cc
rename to net/dns/mapped_host_resolver.cc
index a8bd020c4ff6a499241bd469ad307b8fe9eb02f6..c905b3481ceec6465203e75df8599bedf5318640 100644
--- a/net/base/mapped_host_resolver.cc
+++ b/net/dns/mapped_host_resolver.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/mapped_host_resolver.h"
+#include "net/dns/mapped_host_resolver.h"
#include "base/string_util.h"
#include "net/base/host_port_pair.h"

Powered by Google App Engine
This is Rietveld 408576698