| Index: chrome/browser/browsing_data/passwords_counter.cc
|
| diff --git a/chrome/browser/browsing_data/passwords_counter.cc b/chrome/browser/browsing_data/passwords_counter.cc
|
| index 95fe18f274917473553d8987ee64c507aabd40a4..6fc68cbc8f06396b5aab3594ce1a88b36745d213 100644
|
| --- a/chrome/browser/browsing_data/passwords_counter.cc
|
| +++ b/chrome/browser/browsing_data/passwords_counter.cc
|
| @@ -54,5 +54,5 @@ void PasswordsCounter::OnGetPasswordStoreResults(
|
|
|
| void PasswordsCounter::OnLoginsChanged(
|
| const password_manager::PasswordStoreChangeList& changes) {
|
| - RestartCounting();
|
| + Restart();
|
| }
|
|
|