| 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 cad2e7ad33a8cccd261426d395fdb641a4c3e410..004c2213e522832dfbda32247408eded855fe170 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetcher.cc
|
| +++ b/components/password_manager/core/browser/affiliation_fetcher.cc
|
| @@ -199,7 +199,7 @@ void AffiliationFetcher::OnURLFetchComplete(const net::URLFetcher* source) {
|
|
|
| // Note that invoking the |delegate_| may destroy |this| synchronously, so the
|
| // invocation must happen last.
|
| - scoped_ptr<AffiliationFetcherDelegate::Result> result_data(
|
| + std::unique_ptr<AffiliationFetcherDelegate::Result> result_data(
|
| new AffiliationFetcherDelegate::Result);
|
| if (fetcher_->GetStatus().status() == net::URLRequestStatus::SUCCESS &&
|
| fetcher_->GetResponseCode() == net::HTTP_OK) {
|
|
|