| Index: net/url_request/url_request_ftp_job.h
|
| diff --git a/net/url_request/url_request_ftp_job.h b/net/url_request/url_request_ftp_job.h
|
| index bbec2b2580390eec43ca2cffa262b6deb4cb4656..05def33c4b21cc66279e7eb4f3fb4090d9b063c1 100644
|
| --- a/net/url_request/url_request_ftp_job.h
|
| +++ b/net/url_request/url_request_ftp_job.h
|
| @@ -63,9 +63,6 @@ class URLRequestFtpJob : public URLRequestJob {
|
| FtpRequestInfo request_info_;
|
| scoped_ptr<FtpTransaction> transaction_;
|
|
|
| - OldCompletionCallbackImpl<URLRequestFtpJob> start_callback_;
|
| - OldCompletionCallbackImpl<URLRequestFtpJob> read_callback_;
|
| -
|
| bool read_in_progress_;
|
|
|
| scoped_refptr<AuthData> server_auth_;
|
| @@ -74,7 +71,7 @@ class URLRequestFtpJob : public URLRequestJob {
|
| // before us.
|
| scoped_refptr<const URLRequestContext> context_;
|
|
|
| - ScopedRunnableMethodFactory<URLRequestFtpJob> method_factory_;
|
| + base::WeakPtrFactory<URLRequestFtpJob> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestFtpJob);
|
| };
|
|
|