| Index: components/autofill/core/browser/autofill_merge_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_merge_unittest.cc b/components/autofill/core/browser/autofill_merge_unittest.cc
|
| index 61c58a8514bb3628cb7cdd91df7229da1f62cabc..5f7d592d6aa3f76926e762812f615971050f5e7e 100644
|
| --- a/components/autofill/core/browser/autofill_merge_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_merge_unittest.cc
|
| @@ -229,7 +229,7 @@ void AutofillMergeTest::MergeProfiles(const std::string& profiles,
|
| form_structure.IdentifySections(false);
|
|
|
| // Import the profile.
|
| - scoped_ptr<CreditCard> imported_credit_card;
|
| + std::unique_ptr<CreditCard> imported_credit_card;
|
| personal_data_.ImportFormData(form_structure, false,
|
| &imported_credit_card);
|
| EXPECT_FALSE(imported_credit_card);
|
|
|