Index: media/base/fake_single_thread_task_runner.h |
diff --git a/media/base/fake_single_thread_task_runner.h b/media/base/fake_single_thread_task_runner.h |
index 7b77455e9a281ab57ddd4e234b29a61998745352..b5ad0ed11e1bf5e81c59318664c69b8aa3a91335 100644 |
--- a/media/base/fake_single_thread_task_runner.h |
+++ b/media/base/fake_single_thread_task_runner.h |
@@ -28,7 +28,7 @@ class FakeSingleThreadTaskRunner : public base::SingleThreadTaskRunner { |
base::OnceClosure task, |
base::TimeDelta delay) final; |
- bool RunsTasksOnCurrentThread() const final; |
+ bool RunsTasksInCurrentSequence() const final; |
// This function is currently not used, and will return false. |
bool PostNonNestableDelayedTask(const tracked_objects::Location& from_here, |