| 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.
|
|
|