Index: content/child/worker_thread_task_runner.h |
diff --git a/content/child/worker_thread_task_runner.h b/content/child/worker_thread_task_runner.h |
index 54b9ea0bc984348ceb38032f4700f16b5d925ebf..2271793ef63b8d8e570ef877a4f4b20bfd0b2cd3 100644 |
--- a/content/child/worker_thread_task_runner.h |
+++ b/content/child/worker_thread_task_runner.h |
@@ -24,8 +24,8 @@ class WorkerThreadTaskRunner : public base::TaskRunner { |
// TaskRunner overrides. |
virtual bool PostDelayedTask(const tracked_objects::Location& from_here, |
const base::Closure& task, |
- base::TimeDelta delay) OVERRIDE; |
- virtual bool RunsTasksOnCurrentThread() const OVERRIDE; |
+ base::TimeDelta delay) override; |
+ virtual bool RunsTasksOnCurrentThread() const override; |
protected: |
virtual ~WorkerThreadTaskRunner(); |