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

Unified Diff: net/base/host_resolver.cc

Issue 6314010: Even more reordering the methods in headers and implementation in net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « net/base/filter.cc ('k') | net/base/host_resolver_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/host_resolver.cc
diff --git a/net/base/host_resolver.cc b/net/base/host_resolver.cc
index a8b642a2ea0463d994b29d70becfe2d848c81d56..49678a2625c969537ffcdaaaaf53ce7a8b8e4d2a 100644
--- a/net/base/host_resolver.cc
+++ b/net/base/host_resolver.cc
@@ -19,9 +19,6 @@ HostResolver::RequestInfo::RequestInfo(const HostPortPair& host_port_pair)
priority_(MEDIUM) {
}
-HostResolver::HostResolver() {
-}
-
HostResolver::~HostResolver() {
}
@@ -33,6 +30,9 @@ HostResolverImpl* HostResolver::GetAsHostResolverImpl() {
return NULL;
}
+HostResolver::HostResolver() {
+}
+
SingleRequestHostResolver::SingleRequestHostResolver(HostResolver* resolver)
: resolver_(resolver),
cur_request_(NULL),
« no previous file with comments | « net/base/filter.cc ('k') | net/base/host_resolver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698