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

Unified Diff: net/ftp/ftp_response_info.h

Issue 6546073: More OOLing on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yeap Created 9 years, 10 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
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.
« no previous file with comments | « content/browser/renderer_host/accelerated_surface_container_manager_mac.cc ('k') | net/ftp/ftp_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698