| Index: net/ftp/ftp_request_info.h
|
| ===================================================================
|
| --- net/ftp/ftp_request_info.h (revision 15612)
|
| +++ net/ftp/ftp_request_info.h (working copy)
|
| @@ -5,16 +5,16 @@
|
| #ifndef NET_FTP_FTP_REQUEST_INFO_H_
|
| #define NET_FTP_FTP_REQUEST_INFO_H_
|
|
|
| +#include "googleurl/src/gurl.h"
|
| +
|
| +namespace net {
|
| +
|
| class FtpRequestInfo {
|
| public:
|
| // The requested URL.
|
| GURL url;
|
| +};
|
|
|
| - // Any upload data.
|
| - scoped_refptr<UploadData> upload_data;
|
| +} // namespace net
|
|
|
| - // Any load flags (see load_flags.h).
|
| - int load_flags;
|
| -};
|
| -
|
| #endif // NET_FTP_FTP_REQUEST_INFO_H_
|
|
|