Index: components/password_manager/core/browser/affiliation_fetcher.cc |
diff --git a/components/password_manager/core/browser/affiliation_fetcher.cc b/components/password_manager/core/browser/affiliation_fetcher.cc |
index 53069fa9fbaa3689b43aa367574dfdaf207db405..943724bfab0f5020bd30dc1fb80c48746fa0cefa 100644 |
--- a/components/password_manager/core/browser/affiliation_fetcher.cc |
+++ b/components/password_manager/core/browser/affiliation_fetcher.cc |
@@ -88,8 +88,8 @@ void AffiliationFetcher::SetFactoryForTesting( |
void AffiliationFetcher::StartRequest() { |
DCHECK(!fetcher_); |
- fetcher_.reset( |
- net::URLFetcher::Create(BuildQueryURL(), net::URLFetcher::POST, this)); |
+ fetcher_ = |
+ net::URLFetcher::Create(BuildQueryURL(), net::URLFetcher::POST, this); |
fetcher_->SetRequestContext(request_context_getter_.get()); |
fetcher_->SetUploadData("application/x-protobuf", PreparePayload()); |
fetcher_->SetLoadFlags(net::LOAD_DO_NOT_SAVE_COOKIES | |