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

Unified Diff: media/audio/scoped_task_runner_observer.h

Issue 655713003: Standardize usage of virtual/override/final in media/ (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 | « media/audio/null_audio_sink.h ('k') | media/audio/simple_sources.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/scoped_task_runner_observer.h
diff --git a/media/audio/scoped_task_runner_observer.h b/media/audio/scoped_task_runner_observer.h
index ce9adf96713a5d2235a0786d4d73c9502e48d7c4..85e5247bc2e5bfe06a619825eb7c8edf89a45ac8 100644
--- a/media/audio/scoped_task_runner_observer.h
+++ b/media/audio/scoped_task_runner_observer.h
@@ -28,7 +28,7 @@ class ScopedTaskRunnerObserver
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
protected:
- virtual ~ScopedTaskRunnerObserver();
+ ~ScopedTaskRunnerObserver() override;
// Accessor to the loop that's used by the derived class.
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner() {
« no previous file with comments | « media/audio/null_audio_sink.h ('k') | media/audio/simple_sources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698