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

Unified Diff: net/ftp/ftp_network_transaction_unittest.cc

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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/disk_cache/stats_histogram.h ('k') | net/server/http_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ftp/ftp_network_transaction_unittest.cc
diff --git a/net/ftp/ftp_network_transaction_unittest.cc b/net/ftp/ftp_network_transaction_unittest.cc
index 4b929ba93fe205e5719ccf2d78a0b4089e16c3b9..d8bf37783463ec167a50054a4c0c9ecf23cf784a 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) {
}
« no previous file with comments | « net/disk_cache/stats_histogram.h ('k') | net/server/http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698