summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src/usage_statistics/counter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/src/usage_statistics/counter.cc')
-rw-r--r--src/components/policy/policy_external/src/usage_statistics/counter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_external/src/usage_statistics/counter.cc b/src/components/policy/policy_external/src/usage_statistics/counter.cc
index 661ea29704..e2c4d59b0e 100644
--- a/src/components/policy/policy_external/src/usage_statistics/counter.cc
+++ b/src/components/policy/policy_external/src/usage_statistics/counter.cc
@@ -107,7 +107,7 @@ AppStopwatchImpl::~AppStopwatchImpl() {}
void AppStopwatchImpl::Start(AppStopwatchId stopwatch_type) {
stopwatch_type_ = stopwatch_type;
- timer_.Start(time_out_ * date_time::DateTime::MILLISECONDS_IN_SECOND,
+ timer_.Start(time_out_ * date_time::MILLISECONDS_IN_SECOND,
timer::kPeriodic);
}