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

Unified Diff: components/copresence/mediums/audio/audio_player_impl.h

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: components/copresence/mediums/audio/audio_player_impl.h
diff --git a/components/copresence/mediums/audio/audio_player_impl.h b/components/copresence/mediums/audio/audio_player_impl.h
index 84e0753894018829fdff3ab2b97e92ed4901566a..b89eaa0bfb16907d5868db445ffe70d93ff972ad 100644
--- a/components/copresence/mediums/audio/audio_player_impl.h
+++ b/components/copresence/mediums/audio/audio_player_impl.h
@@ -46,7 +46,7 @@ class AudioPlayerImpl final
FRIEND_TEST_ALL_PREFIXES(AudioPlayerTest, BasicPlayAndStop);
FRIEND_TEST_ALL_PREFIXES(AudioPlayerTest, OutOfOrderPlayAndStopMultiple);
- virtual ~AudioPlayerImpl();
+ ~AudioPlayerImpl() override;
// Methods to do our various operations; all of these need to be run on the
// audio thread.

Powered by Google App Engine
This is Rietveld 408576698