Index: base/task_queue.h |
diff --git a/base/task_queue.h b/base/task_queue.h |
index 877201c422256ca79c851f7a6b15cd86fe944ac4..984ffd101fcc0178c32e4ae84a8784a7b31f1fad 100644 |
--- a/base/task_queue.h |
+++ b/base/task_queue.h |
@@ -34,7 +34,7 @@ class BASE_EXPORT TaskQueue : public Task { |
// Run all the tasks in the queue. New tasks pushed onto the queue during |
// a run will be run next time |Run| is called. |
- virtual void Run(); |
+ virtual void Run() OVERRIDE; |
private: |
// The list of tasks we are waiting to run. |