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();