Index: net/url_request/data_protocol_handler.cc |
diff --git a/net/url_request/data_protocol_handler.cc b/net/url_request/data_protocol_handler.cc |
index c6d9716e458014f7699640a4fa7fe1afed4563e5..3d70943503c7c7424466ed1666d414aba2eace1a 100644 |
--- a/net/url_request/data_protocol_handler.cc |
+++ b/net/url_request/data_protocol_handler.cc |
@@ -12,7 +12,8 @@ DataProtocolHandler::DataProtocolHandler() { |
} |
URLRequestJob* DataProtocolHandler::MaybeCreateJob( |
- URLRequest* request, NetworkDelegate* network_delegate) const { |
+ URLRequest* request, |
+ NetworkDelegate* network_delegate) const { |
return new URLRequestDataJob(request, network_delegate); |
} |