| Index: components/autofill/core/browser/personal_data_manager_unittest.cc
|
| diff --git a/components/autofill/core/browser/personal_data_manager_unittest.cc b/components/autofill/core/browser/personal_data_manager_unittest.cc
|
| index 2e22324513ac6f35e40e71bb40f4153761476aab..7c08e5f898305b5c6418c5b577ac08dbf8c0dc5c 100644
|
| --- a/components/autofill/core/browser/personal_data_manager_unittest.cc
|
| +++ b/components/autofill/core/browser/personal_data_manager_unittest.cc
|
| @@ -2132,7 +2132,7 @@ TEST_F(PersonalDataManagerTest, SaveImportedCreditCardWithVerifiedData) {
|
|
|
| TEST_F(PersonalDataManagerTest, GetNonEmptyTypes) {
|
| // Check that there are no available types with no profiles stored.
|
| - FieldTypeSet non_empty_types;
|
| + ServerFieldTypeSet non_empty_types;
|
| personal_data_->GetNonEmptyTypes(&non_empty_types);
|
| EXPECT_EQ(0U, non_empty_types.size());
|
|
|
|
|