| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 506ebe2af1e660c836074cce85424b8091a573bf..d5299110d83fc58680eaca3e8a4e97a70a34fda0 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -183,7 +183,8 @@ void ClearBrowsingData(BrowsingDataRemover::Observer* observer,
|
| BrowsingDataHelper::ALL);
|
|
|
| scoped_refptr<password_manager::PasswordStore> password =
|
| - PasswordStoreFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
|
| + PasswordStoreFactory::GetForProfile(profile,
|
| + ServiceAccessType::EXPLICIT_ACCESS);
|
| password->RemoveLoginsSyncedBetween(start, end);
|
| }
|
|
|
|
|