Chromium Code Reviews| Index: net/ftp/ftp_network_session.h |
| =================================================================== |
| --- net/ftp/ftp_network_session.h (revision 31079) |
| +++ net/ftp/ftp_network_session.h (working copy) |
| @@ -22,6 +22,10 @@ |
| FtpAuthCache* auth_cache() { return &auth_cache_; } |
| private: |
| + friend class base::RefCounted<FtpNetworkSession>; |
| + |
| + ~FtpNetworkSession() {} |
| + |
| scoped_refptr<HostResolver> host_resolver_; |
| FtpAuthCache auth_cache_; |
| }; |