| Index: net/ftp/ftp_response_info.h
|
| diff --git a/net/ftp/ftp_response_info.h b/net/ftp/ftp_response_info.h
|
| index 9db90188f3f9ec75c6c8030d50d1251eabe2aeb5..81d09bdf4b9d0c28637da22b11305ac3ac8d84fe 100644
|
| --- a/net/ftp/ftp_response_info.h
|
| +++ b/net/ftp/ftp_response_info.h
|
| @@ -13,11 +13,8 @@ namespace net {
|
|
|
| class FtpResponseInfo {
|
| public:
|
| - FtpResponseInfo()
|
| - : needs_auth(false),
|
| - expected_content_size(-1),
|
| - is_directory_listing(false) {
|
| - }
|
| + FtpResponseInfo();
|
| + ~FtpResponseInfo();
|
|
|
| // True if authentication failed and valid authentication credentials are
|
| // needed.
|
|
|