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

Unified Diff: media/audio/audio_input_controller.h

Issue 623263003: replace OVERRIDE and FINAL with override and final in media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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 | « media/audio/audio_device_thread.cc ('k') | media/audio/audio_input_device.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 150daa22a6116e5814ef12a7e4cec9b07dbec460..a14bf33b95d0ae28237d7fa20d888bd369e6af6f 100644
--- a/media/audio/audio_input_controller.h
+++ b/media/audio/audio_input_controller.h
@@ -231,8 +231,8 @@ class MEDIA_EXPORT AudioInputController
virtual void OnData(AudioInputStream* stream,
const AudioBus* source,
uint32 hardware_delay_bytes,
- double volume) OVERRIDE;
- virtual void OnError(AudioInputStream* stream) OVERRIDE;
+ double volume) override;
+ virtual void OnError(AudioInputStream* stream) override;
bool SharedMemoryAndSyncSocketMode() const { return sync_writer_ != NULL; }
« no previous file with comments | « media/audio/audio_device_thread.cc ('k') | media/audio/audio_input_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698