diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_manager_unittest.cc')
-rw-r--r-- | chrome/browser/autofill/autofill_manager_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc index 25d1c82..9f96092 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) { |