Migrate legacy base::Bind/Closure APIs for SchedulePeriodic
base::Bind and base::Callback are deprecated. Migrate the usages to proper replacements. The function |RepeatingTimer::SchedulePeriodic| schedule a job that runs the |task| periodically so the type of |task| should be a base::RepeatingClosure. Use base::BindReapting accordingly. Bug: 272116782 Test: m . Flag: EXEMPT mechanical refactor Change-Id: I793f79bcdd9f446724703138ee8e631b0b3d542a
Loading
Please register or sign in to comment