chore: add include for base::SingleThreadTaskRunner

Not sure what change caused this, I expect it would be a removed include somewhere else, but it's likely not important to track down.
This commit is contained in:
clavin
2025-06-04 15:43:50 -06:00
committed by John Kleinschmidt
parent 4155dedaa0
commit 4bdfb1a910

View File

@@ -10,6 +10,7 @@
#include "base/functional/bind.h"
#include "base/i18n/rtl.h"
#include "base/task/single_thread_task_runner.h"
#include "cc/paint/skia_paint_canvas.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/render_view_host.h"