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

Unified Diff: net/ftp/ftp_transaction.h

Issue 173270: Implement RestartWithAuth for NewFtpTransaction. (Closed)
Patch Set: win compile fixes Created 11 years, 4 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/ftp/ftp_transaction.h
diff --git a/net/ftp/ftp_transaction.h b/net/ftp/ftp_transaction.h
index 3d629746ebaae1f2f7015c17cde737bbb531b49b..add2bbd5b895e23fcd3089ec54df21695a44c775 100644
--- a/net/ftp/ftp_transaction.h
+++ b/net/ftp/ftp_transaction.h
@@ -12,9 +12,10 @@
namespace net {
class FtpRequestInfo;
-class FtpResponseInfo;
class LoadLog;
+struct FtpResponseInfo;
+
// Represents a single FTP transaction.
class FtpTransaction {
public:

Powered by Google App Engine
This is Rietveld 408576698