Fix if statement condition in update_client/action_wait.cc |
||
Issue description
The condition in the if statement is wrong:
=======
components/update_client/action_wait.cc:40: if (!item) {
should this be:
if (item) {
?
======
,
Oct 26 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 26 2016