summaryrefslogtreecommitdiffstats
path: root/net/ftp
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-06 18:25:19 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-06 18:25:19 +0000
commitb11279e2abfc427e30f0ccaa8e265f5ebbb63b3c (patch)
tree88a3814a2a1c9e8ad675f6c27875bc04f8942038 /net/ftp
parent182d4f35a1b22d141ea12a7ba286440e5797bd36 (diff)
downloadchromium_src-b11279e2abfc427e30f0ccaa8e265f5ebbb63b3c.zip
chromium_src-b11279e2abfc427e30f0ccaa8e265f5ebbb63b3c.tar.gz
chromium_src-b11279e2abfc427e30f0ccaa8e265f5ebbb63b3c.tar.bz2
Add unit-tests for SingleRequestHostResolver.
To facilitate this, moved it out of host_resolver.cc to its own set of files. BUG=84261 Review URL: http://codereview.chromium.org/6993015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ftp')
-rw-r--r--net/ftp/ftp_network_transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
index 5589728..8500d27 100644
--- a/net/ftp/ftp_network_transaction.h
+++ b/net/ftp/ftp_network_transaction.h
@@ -15,6 +15,7 @@
#include "net/base/address_list.h"
#include "net/base/host_resolver.h"
#include "net/base/net_log.h"
+#include "net/base/single_request_host_resolver.h"
#include "net/ftp/ftp_ctrl_response_buffer.h"
#include "net/ftp/ftp_response_info.h"
#include "net/ftp/ftp_transaction.h"