Chromium Code Reviews| 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: |