summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/ftp/ftp_network_transaction_unittest.cc')
-rw-r--r--net/ftp/ftp_network_transaction_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ftp/ftp_network_transaction_unittest.cc b/net/ftp/ftp_network_transaction_unittest.cc
index 4b929ba..d8bf377 100644
--- a/net/ftp/ftp_network_transaction_unittest.cc
+++ b/net/ftp/ftp_network_transaction_unittest.cc
@@ -628,8 +628,7 @@ class FtpSocketDataProviderEvilEpsv : public FtpSocketDataProviderFileDownload {
class FtpSocketDataProviderEvilPasv
: public FtpSocketDataProviderFileDownloadWithPasvFallback {
public:
- explicit FtpSocketDataProviderEvilPasv(const char* pasv_response,
- State expected_state)
+ FtpSocketDataProviderEvilPasv(const char* pasv_response, State expected_state)
: pasv_response_(pasv_response),
expected_state_(expected_state) {
}