Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(816)

Unified Diff: net/url_request/url_request_new_ftp_job.h

Issue 201034: Get the latest ParseFTPList code from Mozilla, and apply only the absolutely (Closed)
Patch Set: kill NSPR comment Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698