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

Unified Diff: content/browser/renderer_host/media/audio_input_device_manager.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
Index: content/browser/renderer_host/media/audio_input_device_manager.h
diff --git a/content/browser/renderer_host/media/audio_input_device_manager.h b/content/browser/renderer_host/media/audio_input_device_manager.h
index 342e1c08337ed951a403f68fd0d92bd14e72f95e..c8c6014b57c4c1f3a549a7f529720be68237d614 100644
--- a/content/browser/renderer_host/media/audio_input_device_manager.h
+++ b/content/browser/renderer_host/media/audio_input_device_manager.h
@@ -39,11 +39,11 @@ class CONTENT_EXPORT AudioInputDeviceManager : public MediaStreamProvider {
virtual ~AudioInputDeviceManager();
// MediaStreamProvider implementation, called on IO thread.
- virtual void Register(MediaStreamProviderListener* listener);
- virtual void Unregister();
- virtual void EnumerateDevices();
- virtual int Open(const StreamDeviceInfo& device);
- virtual void Close(int session_id);
+ virtual void Register(MediaStreamProviderListener* listener) OVERRIDE;
+ virtual void Unregister() OVERRIDE;
+ virtual void EnumerateDevices() OVERRIDE;
+ virtual int Open(const StreamDeviceInfo& device) OVERRIDE;
+ virtual void Close(int session_id) OVERRIDE;
// Functions used by AudioInputRenderHost, called on IO thread.
// Start the device referenced by the session id.
« no previous file with comments | « content/browser/renderer_host/gpu_message_filter.h ('k') | content/browser/renderer_host/media/audio_input_renderer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698