Index: remoting/base/auto_thread_task_runner.cc |
diff --git a/remoting/base/auto_thread_task_runner.cc b/remoting/base/auto_thread_task_runner.cc |
index 552b985a4f42bb495d4d77308480403cd6ef7ff9..59e549d23f547a07819feafc1128aed72146e298 100644 |
--- a/remoting/base/auto_thread_task_runner.cc |
+++ b/remoting/base/auto_thread_task_runner.cc |
@@ -34,8 +34,8 @@ bool AutoThreadTaskRunner::PostNonNestableDelayedTask( |
return true; |
} |
-bool AutoThreadTaskRunner::RunsTasksOnCurrentThread() const { |
- return task_runner_->RunsTasksOnCurrentThread(); |
+bool AutoThreadTaskRunner::RunsTasksInCurrentSequence() const { |
+ return task_runner_->RunsTasksInCurrentSequence(); |
} |
AutoThreadTaskRunner::~AutoThreadTaskRunner() { |