Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3097)

Unified Diff: base/task_queue.h

Issue 8520018: Add OVERRIDE to base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extra header Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/synchronization/waitable_event_watcher.h ('k') | base/test/perf_test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « base/synchronization/waitable_event_watcher.h ('k') | base/test/perf_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698