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

Unified Diff: components/update_client/crx_update_item.h

Issue 2336913003: Mechanical change of base::Time to base::TimeTicks in the component updater. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « components/update_client/background_downloader_win.cc ('k') | components/update_client/update_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/update_client/background_downloader_win.cc ('k') | components/update_client/update_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698