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

Unified Diff: content/renderer/media/webrtc_audio_device_impl.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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 | « content/renderer/media/video_capture_module_impl.h ('k') | content/renderer/mhtml_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc_audio_device_impl.h
diff --git a/content/renderer/media/webrtc_audio_device_impl.h b/content/renderer/media/webrtc_audio_device_impl.h
index 0ee233f58935286c2ded2aac5f266915819c40e6..6e634015e9e889766c0d19498f57e7e3e8abb4c8 100644
--- a/content/renderer/media/webrtc_audio_device_impl.h
+++ b/content/renderer/media/webrtc_audio_device_impl.h
@@ -121,8 +121,8 @@ class CONTENT_EXPORT WebRtcAudioDeviceImpl
size_t audio_delay_milliseconds) OVERRIDE;
// AudioInputDevice::CaptureEventHandler implementation.
- virtual void OnDeviceStarted(int device_index);
- virtual void OnDeviceStopped();
+ virtual void OnDeviceStarted(int device_index) OVERRIDE;
+ virtual void OnDeviceStopped() OVERRIDE;
// webrtc::Module implementation.
virtual int32_t Version(char* version,
@@ -164,7 +164,7 @@ class CONTENT_EXPORT WebRtcAudioDeviceImpl
virtual int32_t InitPlayout() OVERRIDE;
virtual bool PlayoutIsInitialized() const OVERRIDE;
virtual int32_t RecordingIsAvailable(bool* available) OVERRIDE;
- virtual int32_t InitRecording();
+ virtual int32_t InitRecording() OVERRIDE;
virtual bool RecordingIsInitialized() const OVERRIDE;
virtual int32_t StartPlayout() OVERRIDE;
« no previous file with comments | « content/renderer/media/video_capture_module_impl.h ('k') | content/renderer/mhtml_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698