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

Unified Diff: components/password_manager/core/browser/password_form_manager.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_form_manager.cc
diff --git a/components/password_manager/core/browser/password_form_manager.cc b/components/password_manager/core/browser/password_form_manager.cc
index 4cae80773b35c27288d7d0f3aca5b93eeeb8e38d..934f291a2f90d203890ea0e43dde18b26c0f722a 100644
--- a/components/password_manager/core/browser/password_form_manager.cc
+++ b/components/password_manager/core/browser/password_form_manager.cc
@@ -590,7 +590,7 @@ void PasswordFormManager::OnGetPasswordStoreResults(
DCHECK_EQ(state_, MATCHING_PHASE);
if (need_to_refetch_) {
- // The received results are no longer up-to-date, need to re-request.
+ // The received results are no longer up to date, need to re-request.
state_ = PRE_MATCHING_PHASE;
FetchDataFromPasswordStore();
need_to_refetch_ = false;
« no previous file with comments | « components/omnibox/browser/omnibox_controller.h ('k') | components/password_manager/core/browser/password_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698