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

Unified Diff: jingle/glue/task_pump.h

Issue 628123002: Replacing the OVERRIDE with override and FINAL with final in jingle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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 | « jingle/glue/pseudotcp_adapter_unittest.cc ('k') | jingle/glue/thread_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/task_pump.h
diff --git a/jingle/glue/task_pump.h b/jingle/glue/task_pump.h
index aae8f7dbcb12801985136db517c2ec73807aaa31..0b867078097df451124b766c1a46d4fb20291c2b 100644
--- a/jingle/glue/task_pump.h
+++ b/jingle/glue/task_pump.h
@@ -20,8 +20,8 @@ class TaskPump : public rtc::TaskRunner, public base::NonThreadSafe {
virtual ~TaskPump();
// rtc::TaskRunner implementation.
- virtual void WakeTasks() OVERRIDE;
- virtual int64 CurrentTime() OVERRIDE;
+ virtual void WakeTasks() override;
+ virtual int64 CurrentTime() override;
// No tasks will be processed after this is called, even if
// WakeTasks() is called.
« no previous file with comments | « jingle/glue/pseudotcp_adapter_unittest.cc ('k') | jingle/glue/thread_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698