Skip to content

Commit

Permalink
Update h5vcc_system.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gbournou authored May 18, 2024
1 parent a0e1c4f commit 5fa6773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cobalt/h5vcc/h5vcc_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <vector>

#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
Expand Down Expand Up @@ -71,7 +71,7 @@ class H5vccSystem : public script::Wrappable {
#if SB_IS(EVERGREEN)
scoped_refptr<H5vccUpdater> updater_;
#endif
scoped_refptr<base::SequencedTaskRunner> const task_runner_;
scoped_refptr<base::SingleThreadTaskRunner> const task_runner_;
const StarboardExtensionIfaApi* ifa_extension_;
#if defined(COBALT_ENABLE_EXTENDED_IFA)
void ReceiveTrackingAuthorizationComplete();
Expand Down

0 comments on commit 5fa6773

Please sign in to comment.