| Index: net/url_request/url_request_new_ftp_job.h
|
| diff --git a/net/url_request/url_request_new_ftp_job.h b/net/url_request/url_request_new_ftp_job.h
|
| index 2a660988138cc5ef2fb2e12f39fafeb56c02836a..fade74d53552735fe75de94c3e79a52896e46ce4 100644
|
| --- a/net/url_request/url_request_new_ftp_job.h
|
| +++ b/net/url_request/url_request_new_ftp_job.h
|
| @@ -16,7 +16,7 @@
|
| class URLRequestContext;
|
|
|
| namespace net {
|
| -struct ListState;
|
| +struct list_state;
|
| }
|
|
|
| // A URLRequestJob subclass that is built on top of FtpTransaction. It
|
| @@ -56,7 +56,7 @@ class URLRequestNewFtpJob : public URLRequestJob {
|
|
|
| int ProcessFtpDir(net::IOBuffer *buf, int buf_size, int bytes_read);
|
|
|
| - void LogFtpServerType(const net::ListState& list_state);
|
| + void LogFtpServerType(const struct net::list_state& list_state);
|
|
|
| net::FtpRequestInfo request_info_;
|
| scoped_ptr<net::FtpTransaction> transaction_;
|
|
|