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

Unified Diff: components/update_client/action_update_check.cc

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
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 ff625fb00a3e8d5841c5bddb671daf1bfbd38743..b68b4b445f1dda15d20e74dd69ec972fb6a6e1ac 100644
--- a/components/update_client/action_update_check.cc
+++ b/components/update_client/action_update_check.cc
@@ -66,7 +66,7 @@ void ActionUpdateCheck::Run(UpdateContext* update_context, Callback callback) {
item->id = GetCrxComponentID(crx_component);
item->component = crx_component;
- item->last_check = base::Time::Now();
+ item->last_check = base::TimeTicks::Now();
item->crx_urls.clear();
item->crx_diffurls.clear();
item->previous_version = crx_component.version;
« no previous file with comments | « components/component_updater/component_updater_service.cc ('k') | components/update_client/background_downloader_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698