| Index: net/url_request/ftp_protocol_handler.h
|
| diff --git a/net/url_request/ftp_protocol_handler.h b/net/url_request/ftp_protocol_handler.h
|
| index 7c2278ac4cc7d2c7e6533ac4f786af07de42be8c..8d3e3845963ec29ee4fff8c82253e9c4746fb58f 100644
|
| --- a/net/url_request/ftp_protocol_handler.h
|
| +++ b/net/url_request/ftp_protocol_handler.h
|
| @@ -18,13 +18,14 @@ class NetworkDelegate;
|
| class URLRequestJob;
|
|
|
| // Implements a ProtocolHandler for FTP.
|
| -class NET_EXPORT FtpProtocolHandler :
|
| - public URLRequestJobFactory::ProtocolHandler {
|
| +class NET_EXPORT FtpProtocolHandler
|
| + : public URLRequestJobFactory::ProtocolHandler {
|
| public:
|
| explicit FtpProtocolHandler(FtpTransactionFactory* ftp_transaction_factory);
|
| virtual ~FtpProtocolHandler();
|
| virtual URLRequestJob* MaybeCreateJob(
|
| - URLRequest* request, NetworkDelegate* network_delegate) const OVERRIDE;
|
| + URLRequest* request,
|
| + NetworkDelegate* network_delegate) const OVERRIDE;
|
|
|
| private:
|
| friend class FtpTestURLRequestContext;
|
|
|