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

Unified Diff: chromecast/media/cma/base/balanced_media_task_runner_factory.cc

Issue 630663003: replace OVERRIDE and FINAL with override and final in chromecast/ (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 | « chromecast/common/cast_resource_delegate.h ('k') | chromecast/media/cma/base/buffering_frame_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/base/balanced_media_task_runner_factory.cc
diff --git a/chromecast/media/cma/base/balanced_media_task_runner_factory.cc b/chromecast/media/cma/base/balanced_media_task_runner_factory.cc
index 93132603cf3952e34c6fcec7f297e02b2b93e96f..48413c0a9e2996c13c1b3fda87e5192180049d33 100644
--- a/chromecast/media/cma/base/balanced_media_task_runner_factory.cc
+++ b/chromecast/media/cma/base/balanced_media_task_runner_factory.cc
@@ -35,7 +35,7 @@ class MediaTaskRunnerWithNotification : public MediaTaskRunner {
virtual bool PostMediaTask(
const tracked_objects::Location& from_here,
const base::Closure& task,
- base::TimeDelta timestamp) OVERRIDE;
+ base::TimeDelta timestamp) override;
private:
virtual ~MediaTaskRunnerWithNotification();
@@ -96,7 +96,7 @@ class BalancedMediaTaskRunner
virtual bool PostMediaTask(
const tracked_objects::Location& from_here,
const base::Closure& task,
- base::TimeDelta timestamp) OVERRIDE;
+ base::TimeDelta timestamp) override;
private:
virtual ~BalancedMediaTaskRunner();
« no previous file with comments | « chromecast/common/cast_resource_delegate.h ('k') | chromecast/media/cma/base/buffering_frame_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698