| Index: chrome/browser/autofill/autofill_manager_unittest.cc
|
| diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
|
| index 25d1c82d820e348e672e286c5bbdbc83674cc00f..9f96092ffe7abe423d2d24c328c320b2cae37fce 100644
|
| --- a/chrome/browser/autofill/autofill_manager_unittest.cc
|
| +++ b/chrome/browser/autofill/autofill_manager_unittest.cc
|
| @@ -122,11 +122,11 @@ class TestPersonalDataManager : public PersonalDataManager {
|
| }
|
|
|
| void ClearAutofillProfiles() {
|
| - web_profiles_.reset();
|
| + web_profiles_.clear();
|
| }
|
|
|
| void ClearCreditCards() {
|
| - credit_cards_.reset();
|
| + credit_cards_.clear();
|
| }
|
|
|
| void CreateTestCreditCardsYearAndMonth(const char* year, const char* month) {
|
|
|