Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: components/password_manager/core/browser/password_store.cc

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698