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

Unified Diff: components/update_client/action_update_check.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/update_client/action_update_check.cc
diff --git a/components/update_client/action_update_check.cc b/components/update_client/action_update_check.cc
index c6a0b25c38e8f4483c1eec16827d0a94fc544288..6263d165f39835e7fa2e3481beea0018661c28ea 100644
--- a/components/update_client/action_update_check.cc
+++ b/components/update_client/action_update_check.cc
@@ -134,7 +134,7 @@ void ActionUpdateCheck::OnUpdateCheckSucceeded(
if (!IsVersionNewer(crx->component.version, it->manifest.version)) {
// The CRX is up to date.
ChangeItemState(crx, CrxUpdateItem::State::kUpToDate);
- VLOG(1) << "Component already up-to-date: " << crx->id;
+ VLOG(1) << "Component already up to date: " << crx->id;
continue;
}
« no previous file with comments | « components/signin/core/browser/signin_metrics.h ('k') | components/visitedlink/browser/visitedlink_master.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698