Index: net/dns/mock_host_resolver.h |
diff --git a/net/base/mock_host_resolver.h b/net/dns/mock_host_resolver.h |
similarity index 98% |
rename from net/base/mock_host_resolver.h |
rename to net/dns/mock_host_resolver.h |
index ee6f1b5df165b7b381c82c942b1ecc4b77bcc5d4..d22e800c7cbee1959d5c137a80b5736a34d053cf 100644 |
--- a/net/base/mock_host_resolver.h |
+++ b/net/dns/mock_host_resolver.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_MOCK_HOST_RESOLVER_H_ |
-#define NET_BASE_MOCK_HOST_RESOLVER_H_ |
+#ifndef NET_DNS_MOCK_HOST_RESOLVER_H_ |
+#define NET_DNS_MOCK_HOST_RESOLVER_H_ |
#include <list> |
#include <map> |
@@ -11,8 +11,8 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/synchronization/waitable_event.h" |
#include "base/threading/non_thread_safe.h" |
-#include "net/base/host_resolver.h" |
-#include "net/base/host_resolver_proc.h" |
+#include "net/dns/host_resolver.h" |
+#include "net/dns/host_resolver_proc.h" |
namespace net { |
@@ -251,4 +251,4 @@ class ScopedDefaultHostResolverProc { |
} // namespace net |
-#endif // NET_BASE_MOCK_HOST_RESOLVER_H_ |
+#endif // NET_DNS_MOCK_HOST_RESOLVER_H_ |