| Index: components/password_manager/core/browser/affiliation_fetcher.h
|
| diff --git a/components/password_manager/core/browser/affiliation_fetcher.h b/components/password_manager/core/browser/affiliation_fetcher.h
|
| index 408a34810a9ef4286ac27091149c72072bb8ec6e..b606ce06453119fd451ca8fc3972f25cd14993ea 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetcher.h
|
| +++ b/components/password_manager/core/browser/affiliation_fetcher.h
|
| @@ -89,7 +89,7 @@ class AffiliationFetcher : net::URLFetcherDelegate {
|
| const std::vector<FacetURI> requested_facet_uris_;
|
| AffiliationFetcherDelegate* const delegate_;
|
|
|
| - scoped_ptr<net::URLFetcher> fetcher_;
|
| + std::unique_ptr<net::URLFetcher> fetcher_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AffiliationFetcher);
|
| };
|
|
|