| Index: components/domain_reliability/uploader.cc
|
| diff --git a/components/domain_reliability/uploader.cc b/components/domain_reliability/uploader.cc
|
| index 96ec845cb244b368f3d35f41e171f4b150b36826..031dac5bc35f7ffbe6cd97cf06aad0c37e6fc94d 100644
|
| --- a/components/domain_reliability/uploader.cc
|
| +++ b/components/domain_reliability/uploader.cc
|
| @@ -76,7 +76,8 @@ class DomainReliabilityUploaderImpl
|
| }
|
|
|
| net::URLFetcher* fetcher =
|
| - net::URLFetcher::Create(0, upload_url, net::URLFetcher::POST, this);
|
| + net::URLFetcher::Create(0, upload_url, net::URLFetcher::POST, this)
|
| + .release();
|
| fetcher->SetRequestContext(url_request_context_getter_.get());
|
| fetcher->SetLoadFlags(net::LOAD_DO_NOT_SEND_COOKIES |
|
| net::LOAD_DO_NOT_SAVE_COOKIES);
|
|
|