| Index: components/update_client/crx_update_item.h
|
| diff --git a/components/update_client/crx_update_item.h b/components/update_client/crx_update_item.h
|
| index a73786c108210680a94119268f4960ecce4ef191..5dd749cf71b096be01ba8fda914385e3223932cd 100644
|
| --- a/components/update_client/crx_update_item.h
|
| +++ b/components/update_client/crx_update_item.h
|
| @@ -80,7 +80,7 @@ struct CrxUpdateItem {
|
| CrxComponent component;
|
|
|
| // Time when an update check for this CRX has happened.
|
| - base::Time last_check;
|
| + base::TimeTicks last_check;
|
|
|
| // Time when the update of this CRX has begun.
|
| base::TimeTicks update_begin;
|
|
|