| 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;
|
| }
|
|
|
|
|