Index: net/url_request/url_request_error_job.cc |
diff --git a/net/url_request/url_request_error_job.cc b/net/url_request/url_request_error_job.cc |
index 0b2749bd93380b748c254b30fad193847bef9172..db2c1cc60a50f5c8b673cfed38f956d4b0edf5e3 100644 |
--- a/net/url_request/url_request_error_job.cc |
+++ b/net/url_request/url_request_error_job.cc |
@@ -12,13 +12,16 @@ |
namespace net { |
-URLRequestErrorJob::URLRequestErrorJob( |
- URLRequest* request, NetworkDelegate* network_delegate, int error) |
+URLRequestErrorJob::URLRequestErrorJob(URLRequest* request, |
+ NetworkDelegate* network_delegate, |
+ int error) |
: URLRequestJob(request, network_delegate), |
error_(error), |
- weak_factory_(this) {} |
+ weak_factory_(this) { |
+} |
-URLRequestErrorJob::~URLRequestErrorJob() {} |
+URLRequestErrorJob::~URLRequestErrorJob() { |
+} |
void URLRequestErrorJob::Start() { |
base::MessageLoop::current()->PostTask( |