| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 2e98ee413510fb3fda9d367005b1e23427fd0cf3..31a2358980a32a8220f3608adcffc874db207e31 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -1199,8 +1199,8 @@ void ProfileManager::FinishDeletingProfile(
|
| PasswordStoreFactory::GetForProfile(
|
| profile, ServiceAccessType::EXPLICIT_ACCESS).get();
|
| if (password_store.get()) {
|
| - password_store->RemoveLoginsCreatedBetween(base::Time(),
|
| - base::Time::Max());
|
| + password_store->RemoveLoginsCreatedBetween(
|
| + base::Time(), base::Time::Max(), base::Closure());
|
| }
|
| }
|
|
|
|
|