| Index: components/password_manager/core/browser/fake_affiliation_fetcher.cc
|
| diff --git a/components/password_manager/core/browser/fake_affiliation_fetcher.cc b/components/password_manager/core/browser/fake_affiliation_fetcher.cc
|
| index 2aa5842f269db3dcad9604ec865b27a7db5fdb5f..bad984f18ad5fa0fb2fd66430ddc5d976abd522a 100644
|
| --- a/components/password_manager/core/browser/fake_affiliation_fetcher.cc
|
| +++ b/components/password_manager/core/browser/fake_affiliation_fetcher.cc
|
| @@ -19,7 +19,7 @@ password_manager::FakeAffiliationFetcher::~FakeAffiliationFetcher() {
|
| }
|
|
|
| void password_manager::FakeAffiliationFetcher::SimulateSuccess(
|
| - scoped_ptr<AffiliationFetcherDelegate::Result> fake_result) {
|
| + std::unique_ptr<AffiliationFetcherDelegate::Result> fake_result) {
|
| delegate()->OnFetchSucceeded(std::move(fake_result));
|
| }
|
|
|
|
|