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

Unified Diff: net/url_request/url_request_error_job.cc

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/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(

Powered by Google App Engine
This is Rietveld 408576698