diff options
Diffstat (limited to 'net/url_request/url_request_simple_job.cc')
-rw-r--r-- | net/url_request/url_request_simple_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/url_request/url_request_simple_job.cc b/net/url_request/url_request_simple_job.cc index fda1012..6ac1c21 100644 --- a/net/url_request/url_request_simple_job.cc +++ b/net/url_request/url_request_simple_job.cc @@ -17,7 +17,7 @@ URLRequestSimpleJob::URLRequestSimpleJob( URLRequest* request, NetworkDelegate* network_delegate) : URLRequestJob(request, network_delegate), data_offset_(0), - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {} + weak_factory_(this) {} void URLRequestSimpleJob::Start() { // Start reading asynchronously so that all error reporting and data |