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

Unified Diff: media/audio/audio_device_thread.cc

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 | « no previous file | media/audio/audio_input_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_device_thread.cc
diff --git a/media/audio/audio_device_thread.cc b/media/audio/audio_device_thread.cc
index 98d101874434e1edf0e48cc1d271c637e60ba7af..b9cd00f808faf5dab8d61b6ec1aa54751f37ff00 100644
--- a/media/audio/audio_device_thread.cc
+++ b/media/audio/audio_device_thread.cc
@@ -42,10 +42,10 @@ class AudioDeviceThread::Thread
private:
friend class base::RefCountedThreadSafe<AudioDeviceThread::Thread>;
- virtual ~Thread();
+ ~Thread() override;
// Overrides from PlatformThread::Delegate.
- virtual void ThreadMain() override;
+ void ThreadMain() override;
// Runs the loop that reads from the socket.
void Run();
« no previous file with comments | « no previous file | media/audio/audio_input_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698