Index: content/renderer/media/webrtc_local_audio_track.h |
diff --git a/content/renderer/media/webrtc_local_audio_track.h b/content/renderer/media/webrtc_local_audio_track.h |
index c2cb81b37032681b599c43e6f7f401cbe69e1e07..7697ddf1d1248f2f0779b340f7105fa9f6426da8 100644 |
--- a/content/renderer/media/webrtc_local_audio_track.h |
+++ b/content/renderer/media/webrtc_local_audio_track.h |
@@ -62,7 +62,7 @@ class CONTENT_EXPORT WebRtcLocalAudioTrack |
// Stops the local audio track. Called on the main render thread and |
// should be called only once when audio track going away. |
- virtual void Stop() OVERRIDE; |
+ virtual void Stop() override; |
// Method called by the capturer to deliver the capture data. |
// Called on the capture audio thread. |