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

Unified Diff: media/audio/test_audio_input_controller_factory.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/sounds/test_data.h ('k') | media/audio/virtual_audio_input_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/test_audio_input_controller_factory.h
diff --git a/media/audio/test_audio_input_controller_factory.h b/media/audio/test_audio_input_controller_factory.h
index d49302280f27c54bbf895d659a64b7f55a960fd4..c72a25fd540e412e77a5c89914d1f5339264e997 100644
--- a/media/audio/test_audio_input_controller_factory.h
+++ b/media/audio/test_audio_input_controller_factory.h
@@ -64,10 +64,10 @@ class TestAudioInputController : public AudioInputController {
EventHandler* event_handler() const { return event_handler_; }
// Notifies the TestAudioControllerOpened() event to the delegate (if any).
- virtual void Record() OVERRIDE;
+ virtual void Record() override;
// Ensure that the closure is run on the audio-manager thread.
- virtual void Close(const base::Closure& closed_task) OVERRIDE;
+ virtual void Close(const base::Closure& closed_task) override;
const AudioParameters& audio_parameters() const {
return audio_parameters_;
@@ -101,7 +101,7 @@ class TestAudioInputControllerFactory : public AudioInputController::Factory {
AudioManager* audio_manager,
AudioInputController::EventHandler* event_handler,
AudioParameters params,
- UserInputMonitor* user_input_monitor) OVERRIDE;
+ UserInputMonitor* user_input_monitor) override;
void set_delegate(TestAudioInputControllerDelegate* delegate) {
delegate_ = delegate;
« no previous file with comments | « media/audio/sounds/test_data.h ('k') | media/audio/virtual_audio_input_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698