diff options
Diffstat (limited to 'net/url_request/url_request_ftp_job.h')
-rw-r--r-- | net/url_request/url_request_ftp_job.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/url_request/url_request_ftp_job.h b/net/url_request/url_request_ftp_job.h index ae47dbf..654262d 100644 --- a/net/url_request/url_request_ftp_job.h +++ b/net/url_request/url_request_ftp_job.h @@ -57,9 +57,9 @@ class URLRequestFtpJob : public URLRequestInetJob { virtual void OnCancelAuth(); virtual void OnSetAuth(); virtual bool NeedsAuth(); - virtual void GetAuthChallengeInfo(scoped_refptr<AuthChallengeInfo>*); - virtual void GetCachedAuthData(const AuthChallengeInfo& auth_info, - scoped_refptr<AuthData>* auth_data); + virtual void GetAuthChallengeInfo(scoped_refptr<net::AuthChallengeInfo>*); + virtual void GetCachedAuthData(const net::AuthChallengeInfo& auth_info, + scoped_refptr<net::AuthData>* auth_data); virtual bool IsRedirectResponse(GURL* location, int* http_status_code); private: |