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

Unified Diff: net/dns/single_request_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/single_request_host_resolver.h
diff --git a/net/base/single_request_host_resolver.h b/net/dns/single_request_host_resolver.h
similarity index 90%
rename from net/base/single_request_host_resolver.h
rename to net/dns/single_request_host_resolver.h
index 89d249f576b2f59cb338d72f30e85dc7a9407ac5..52d01328911724a9c00a49749f2d796adb974e1c 100644
--- a/net/base/single_request_host_resolver.h
+++ b/net/dns/single_request_host_resolver.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_BASE_SINGLE_REQUEST_HOST_RESOLVER_H_
-#define NET_BASE_SINGLE_REQUEST_HOST_RESOLVER_H_
+#ifndef NET_DNS_SINGLE_REQUEST_HOST_RESOLVER_H_
+#define NET_DNS_SINGLE_REQUEST_HOST_RESOLVER_H_
-#include "net/base/host_resolver.h"
+#include "net/dns/host_resolver.h"
namespace net {
@@ -53,4 +53,4 @@ class NET_EXPORT SingleRequestHostResolver {
} // namespace net
-#endif // NET_BASE_SINGLE_REQUEST_HOST_RESOLVER_H_
+#endif // NET_DNS_SINGLE_REQUEST_HOST_RESOLVER_H_

Powered by Google App Engine
This is Rietveld 408576698