Chromium Code Reviews| Index: net/ftp/ftp_response_info.cc |
| diff --git a/net/ftp/ftp_response_info.cc b/net/ftp/ftp_response_info.cc |
| index ddbd1edf3a48e10227c95359b22b90959c5a0028..8cfc4324ea3bc1e04e051476535ab44ab421e1b2 100644 |
| --- a/net/ftp/ftp_response_info.cc |
| +++ b/net/ftp/ftp_response_info.cc |
| @@ -12,6 +12,7 @@ FtpResponseInfo::FtpResponseInfo() |
| is_directory_listing(false) { |
| } |
| -FtpResponseInfo::~FtpResponseInfo() {} |
| +FtpResponseInfo::~FtpResponseInfo() { |
| +} |
| } // namespace net |