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

Unified Diff: net/url_request/ftp_protocol_handler.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/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;

Powered by Google App Engine
This is Rietveld 408576698