| 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 501238662cd2d039baafca0d18ca7d909c51b27f..41cde6322b2ce1547ac16471e2af1c033a6ff6cc 100644
|
| --- a/net/url_request/url_request_ftp_job.h
|
| +++ b/net/url_request/url_request_ftp_job.h
|
| @@ -67,10 +67,6 @@ class URLRequestFtpJob : public URLRequestJob {
|
|
|
| scoped_refptr<AuthData> server_auth_;
|
|
|
| - // Keep a reference to the url request context to be sure it's not deleted
|
| - // before us.
|
| - scoped_refptr<const URLRequestContext> context_;
|
| -
|
| base::WeakPtrFactory<URLRequestFtpJob> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestFtpJob);
|
|
|