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 00e7f189d29fb3f8e2baa14516f1fbca4dcea2fa..9842dc2b545492c5b6757e01b8018133f34a776f 100644 |
--- a/components/password_manager/core/browser/password_store.cc |
+++ b/components/password_manager/core/browser/password_store.cc |
@@ -297,7 +297,7 @@ void PasswordStore::LogStatsForBulkDeletionDuringRollback(int num_deletions) { |
} |
PasswordStoreChangeList PasswordStore::AddLoginSync(const PasswordForm& form) { |
- // There is no good way to check if the password is actually up-to-date, or |
+ // There is no good way to check if the password is actually up to date, or |
// at least to check if it was actually changed. Assume it is. |
if (AffiliatedMatchHelper::IsValidAndroidCredential(form)) |
ScheduleFindAndUpdateAffiliatedWebLogins(form); |