| Index: chrome/browser/browsing_data/browsing_data_counter_factory.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_counter_factory.cc b/chrome/browser/browsing_data/browsing_data_counter_factory.cc
|
| index 086edaa0296314d13c3e4e6ca5e42732fc051334..a2b5e95175887637f6855202f58f8a21355213ec 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_counter_factory.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_counter_factory.cc
|
| @@ -76,8 +76,9 @@ BrowsingDataCounterFactory::GetForProfileAndPref(Profile* profile,
|
|
|
| if (pref_name == browsing_data::prefs::kDeletePasswords) {
|
| return base::MakeUnique<browsing_data::PasswordsCounter>(
|
| - PasswordStoreFactory::GetForProfile(
|
| - profile, ServiceAccessType::EXPLICIT_ACCESS));
|
| + PasswordStoreFactory::GetForProfile(profile,
|
| + ServiceAccessType::EXPLICIT_ACCESS),
|
| + ProfileSyncServiceFactory::GetForProfile(profile));
|
| }
|
|
|
| if (pref_name == browsing_data::prefs::kDeleteFormData) {
|
|
|