From 5fa6773fd76205882a075e872f4fe706f84e346c Mon Sep 17 00:00:00 2001 From: Garo Bournoutian Date: Sat, 18 May 2024 13:31:49 -0700 Subject: [PATCH] Update h5vcc_system.h --- cobalt/h5vcc/h5vcc_system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cobalt/h5vcc/h5vcc_system.h b/cobalt/h5vcc/h5vcc_system.h index ea879c081274..d27699512a65 100644 --- a/cobalt/h5vcc/h5vcc_system.h +++ b/cobalt/h5vcc/h5vcc_system.h @@ -20,7 +20,7 @@ #include #include "base/memory/scoped_refptr.h" -#include "base/task/sequenced_task_runner.h" +#include "base/single_thread_task_runner.h" #if SB_IS(EVERGREEN) #include "cobalt/h5vcc/h5vcc_updater.h" #endif @@ -71,7 +71,7 @@ class H5vccSystem : public script::Wrappable { #if SB_IS(EVERGREEN) scoped_refptr updater_; #endif - scoped_refptr const task_runner_; + scoped_refptr const task_runner_; const StarboardExtensionIfaApi* ifa_extension_; #if defined(COBALT_ENABLE_EXTENDED_IFA) void ReceiveTrackingAuthorizationComplete();