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

Unified Diff: net/dns/mock_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/mock_host_resolver.cc
diff --git a/net/base/mock_host_resolver.cc b/net/dns/mock_host_resolver.cc
similarity index 99%
rename from net/base/mock_host_resolver.cc
rename to net/dns/mock_host_resolver.cc
index 47554fef3f548e1f1ea33b7d7c374f43cd4f2418..fb038367120de2c4ca3c1343eb6bf90c1cf46510 100644
--- a/net/base/mock_host_resolver.cc
+++ b/net/dns/mock_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/mock_host_resolver.h"
+#include "net/dns/mock_host_resolver.h"
#include <string>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698