| Index: components/password_manager/core/browser/password_store.cc
|
| diff --git a/components/password_manager/core/browser/password_store.cc b/components/password_manager/core/browser/password_store.cc
|
| index 164db45209728823677aea2364155392f17fb674..aa9cd82a7c027ee486263e0b7441ce7e3466adb9 100644
|
| --- a/components/password_manager/core/browser/password_store.cc
|
| +++ b/components/password_manager/core/browser/password_store.cc
|
| @@ -241,7 +241,7 @@ void PasswordStore::NotifyLoginsChanged(
|
| const PasswordStoreChangeList& changes) {
|
| DCHECK(GetBackgroundTaskRunner()->BelongsToCurrentThread());
|
| if (!changes.empty()) {
|
| - observers_->Notify(&Observer::OnLoginsChanged, changes);
|
| + observers_->Notify(FROM_HERE, &Observer::OnLoginsChanged, changes);
|
| #if defined(PASSWORD_MANAGER_ENABLE_SYNC)
|
| if (syncable_service_)
|
| syncable_service_->ActOnPasswordStoreChanges(changes);
|
|
|