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

Unified Diff: media/audio/audio_input_controller.h

Issue 8520033: Add OVERRIDE to media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | media/audio/audio_output_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_input_controller.h
diff --git a/media/audio/audio_input_controller.h b/media/audio/audio_input_controller.h
index fdc29cf6d8f60711a8a5ce0492de466f2f59e8e4..909f3dd5bf3db9d06c3a11dc80ab87102727dc99 100644
--- a/media/audio/audio_input_controller.h
+++ b/media/audio/audio_input_controller.h
@@ -118,9 +118,9 @@ class MEDIA_EXPORT AudioInputController
///////////////////////////////////////////////////////////////////////////
// AudioInputCallback methods.
virtual void OnData(AudioInputStream* stream, const uint8* src, uint32 size,
- uint32 hardware_delay_bytes);
- virtual void OnClose(AudioInputStream* stream);
- virtual void OnError(AudioInputStream* stream, int code);
+ uint32 hardware_delay_bytes) OVERRIDE;
+ virtual void OnClose(AudioInputStream* stream) OVERRIDE;
+ virtual void OnError(AudioInputStream* stream, int code) OVERRIDE;
protected:
// Internal state of the source.
« no previous file with comments | « no previous file | media/audio/audio_output_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698